Skip to main content
ClaudeWave
Skill5.3k repo starsupdated 3d ago

acme-research

Search and summarize material from the Acme research service.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.