发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Monarch Money
CLI and TypeScript library for Monarch Money budget automation.
Common Automation Workflows
Patterns for using agent-desktop effectively in multi-step desktop automation tasks.
Weather Digest Automation Recipes
1. Activate the project venv once to install deps: ```bash cd /Users/dannyvett/.openclaw/workspace/skills/weather-digest python3 -m venv .venv && source .venv/bin/activate pip install -r requirements.txt
GitHub Actions Run Gap Audit
Use this skill to detect workflow groups that have gone unexpectedly quiet (stale triggers, broken schedules, disabled automation, branch drift).
CREA DDF MCP
Use this skill to run DDF as a governed MCP/CLI integration for downstream analysis and automations.
StealthyFetcher
`StealthyFetcher` is a stealthy browser-based fetcher similar to [DynamicFetcher](dynamic.md), using [Playwright's API](https://playwright.dev/python/docs/intro). It adds advanced anti-bot protection bypass capabilities, most handled automatically. It shares the same browser automation model as `DynamicFetcher`, using [Playwright's Page API](https://playwright.dev/python/docs/api/class-page) for page interaction.
Fetching dynamic websites
`DynamicFetcher` (formerly `PlayWrightFetcher`) provides flexible browser automation with multiple configuration options and built-in stealth improvements.
Kakiyo LinkedIn Automation
Official skill from Kakiyo.com to control LinkedIn outreach campaigns and AI agents through the Kakiyo MCP server.
OmniFocus
Control OmniFocus via JXA (JavaScript for Automation).
Personal Zalo Automation (Unofficial)
- `zca-js` is an unofficial library that automates Zalo Web. - It typically requires cookies and device identifiers. - Some tools wrap Zalo Web via `zca-cli` for automation.
n8n Automation Notes
- Use the built-in HTTP Request node for bot API calls. - Keep tokens in credentials or environment variables.