Skip to main content
ClaudeWave
Skill5.9k estrellas del repoactualizado yesterday

acme-research

Search and summarize material from the Acme research service.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/acme-research && cp -r /tmp/acme-research/examples/plugin-packages/acme-research/skills/acme-research ~/.claude/skills/acme-research
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Acme research

Use the Acme research service supplied by this plugin when the user asks to search its private research library.

1. Call `ipollowork_extension_call` with `extensionId: "acme-research"`, `action: "search"`, and `args: { "query": "..." }`.
2. Cite each returned document title and source URL.
3. If the platform reports `plugin_authorization_required`, ask the user to connect Acme Research in Settings → Extensions. Never ask the user to paste a key into chat.
4. Never expose, echo, or summarize authorization values.