---
name: Acme Research
slug: acme-research
category: AI Engineering
description: Acme Research searches and summarizes material from the Acme research service. Use it when users ask to search a private research library and cite documents.
github: "https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/acme-research/skills/acme-research"
language: TypeScript
stars: 4292
forks: 825
install: "npx degit https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/acme-research/skills/acme-research ~/.claude/skills/acme-research"
installs_to: ~/.claude/skills/acme-research
source_path: examples/plugin-packages/acme-research/skills/acme-research/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/Devin-AXIS/iPolloWork"
added: 2026-08-20T07:54:35.869Z
last_synced: 2026-08-20T07:54:35.869Z
canonical_url: "https://dirskills.com/skills/acme-research"
---

# Acme Research

Acme Research searches and summarizes material from the Acme research service. Use it when users ask to search a private research library and cite documents.

**Install:**

```bash
npx degit https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/acme-research/skills/acme-research ~/.claude/skills/acme-research
```

## README

# 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.
