Tool Skills
Optional skills that extend AI agent capabilities.
use-fractalbot-skill
Repo: fractalmind-ai/use-fractalbot-skill
Allows AI agents to send outbound messages through fractalbot. When an agent needs to notify a human or post to a channel, it uses this skill to interface with the fractalbot gateway.
npx openskills install fractalmind-ai/use-fractalbot-skillagent-browser-skill
Repo: fractalmind-ai/agent-browser-skill
Headless browser automation for AI agents. Browse web pages, take screenshots, fill forms, and audit UI — all without a visible browser window.
npx openskills install fractalmind-ai/agent-browser-skilluse-phone-skill
Repo: fractalmind-ai/use-phone-skill
Control Android devices via ADB (Android Debug Bridge). Tap, swipe, type, take screenshots, and interact with mobile apps — useful for mobile testing and automation.
npx openskills install fractalmind-ai/use-phone-skillturbo-frequency-skill
Repo: fractalmind-ai/turbo-frequency-skill
Dynamic heartbeat frequency adjustment for AI agents — like CPU turbo boost. Automatically scales agent check-in intervals based on workload: faster when tasks are active, slower when idle.
npx openskills install fractalmind-ai/turbo-frequency-skillCreating Your Own Skill
Any skill that follows the openskills format can be published and shared:
# Use the skill-creator to bootstrap a new skill
npx openskills read skill-creatorA skill is fundamentally a SKILL.md file with:
- YAML frontmatter (name, description)
- Markdown body with instructions for the AI agent
- Optional bundled resources (scripts, references, assets)
See the openskills documentation for the full specification.