acme-research

Search and summarize documents from the Acme research service via extension calls.

5.3k|976|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/Devin-AXIS/iPolloWork --skill acme-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acme-research
Source: https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/acme-research/skills/acme-research
Command: npx skills add https://github.com/Devin-AXIS/iPolloWork --skill acme-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a safe, consistent way to query the private Acme research library from within the iPolloWork agent workspace without handling credentials manually.

Core Features & Use Cases

  • Private Library Search: Invokes the acme-research extension's search action through ipollowork_extension_call with a user-supplied query.
  • Cited Summaries: Returns summarized material with each document's title and source URL cited for traceability.
  • Secure Authorization Handling: Detects plugin_authorization_required responses and directs users to connect Acme Research in Settings → Extensions, never requesting keys in chat.
  • Use Case: A researcher asks the agent to find internal studies on a topic; the Skill searches the Acme library, summarizes results, and cites each source.

Quick Start

Ask the agent to search the Acme research library for a topic, for example: search Acme research for recent studies on battery recycling and summarize the findings with sources.

Frequently Asked Questions about acme-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search the Acme research library from the agent?

Ask the agent to search Acme research with your query. The Skill calls ipollowork_extension_call with extensionId acme-research, action search, and your query as args, then summarizes results with cited titles and URLs.

What should I do when Acme research returns plugin_authorization_required?

Connect the Acme Research extension in Settings → Extensions within iPolloWork. The Skill will prompt you to do this and will never ask you to paste an API key or token into the chat.

Does the Acme research skill expose my credentials or API keys?

No. The Skill's instructions explicitly forbid exposing, echoing, or summarizing authorization values, and all authentication is handled through the platform's extension settings rather than chat.

Can I use this skill without the acme-research plugin installed?

No. The Skill depends on the acme-research extension supplied by its plugin package. Without the plugin installed and authorized, the extension call cannot execute the search action.

What information is included in Acme research search results?

Each result is summarized with the document title and its source URL cited, so you can trace every summarized claim back to the original material in the research library.