2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill call-o3-llm- _meta.json278 B
- SKILL.md2.4 KB
Overview
This skill provides specialized agent capabilities for Call O3 LLM tasks, packaged for quick integration into agent workflows. It focuses on structured prompt handling, role-based behavior, and archival-friendly outputs. The skill is optimized for use in multi-turn brainstorming and creative meeting contexts.
How this skill works
The skill inspects incoming task prompts and enforces role-based instructions, language rules, and meeting-minute context to produce focused, task-specific responses. It applies template substitution when runtime variables are present and returns concise, archival-friendly outputs suitable for storing in an archive or backup system. Outputs are designed to be easily parsed and reused by downstream tools.
When to use it
- When you need an agent that enforces strict role and language constraints during brainstorming sessions.
- When archiving or backing up all versions of agent outputs in a searchable format.
- When you require consistent, template-driven responses for meeting-minute driven workflows.
- When integrating an LLM into a system that needs predictable, role-aware behavior.
- When producing outputs that must be easily parsed and consumed by other automation tools.
Best practices
- Provide clear, specific tasks from the meeting chair to keep responses focused and relevant.
- Supply meeting minutes or context snippets as input so the agent can reference the correct information.
- Use template variables consistently and validate runtime substitutions before execution.
- Limit scope per turn—ask one question or assign one task to avoid ambiguous replies.
- Log outputs with metadata (timestamp, session ID) to support archival and retrieval.
Example use cases
- A creative team running a structured brainstorming session where each agent must follow a strict role.
- Automated archival of all agent responses for audit or historical analysis in a backup system.
- Generating concise meeting-minute summaries that adhere to predefined language and formatting rules.
- Integrating into a larger orchestration that routes replies to reviewers or synthesis agents.
- Using the agent as a controlled creative contributor for marketing concept generation under CCO direction.
FAQ
Yes. The skill enforces language instructions provided in the task context and adheres to any explicit language directives supplied by the user.
Can I substitute template variables at runtime?
Yes. Template variables like session IDs or dates can be substituted at runtime; ensure values are provided to avoid unresolved placeholders.