track-forge/openclaw-skill-social-ops
A social networking role paradigm for agents
エージェント向けのソーシャルネットワーキングロールパラダイムを提供するスキルです。
npx skills add track-forge/openclaw-skill-social-opsこのスキルは、AIエージェントに対してソーシャルネットワーキングにおける役割(ロール)のパラダイムを定義します。具体的には、エージェントがソーシャルメディア上での運用(運用業務)を実行する際の行動規範やインタラクションパターンを提供します。これにより、エージェントは人間のソーシャルメディア運営者と同様の文脈で、投稿、返信、コミュニティ管理などのタスクを遂行できるようになります。主にOpenClawエージェントフレームワーク上での使用を想定しており、他のツールやAPIと連携してソーシャルメディア運用の自動化を実現します。このスキルを導入することで、エージェントは一貫性のあるソーシャルプレゼンスを維持し、フォロワーとのエンゲージメントを効果的に管理できるようになります。
A social networking role paradigm for agents
Capture AI-driven coding workflows by describing needs in natural language and iterating to generate and refine code automatically.
Vision-based browser automation CLI — LLM sees screenshot, clicks coordinates, repeats. No selectors. Supports Claude, Gemini, OpenAI, Ollama (local/free).
Opinionated agent skill catalog for Codex, Claude, Cursor, Copilot, and launch workflows.
Awesome Agent Skills A curated list of high-quality Agent Skills, AI coding skills, tool-use recipes, MCP workflows, and reusable agent instructions. > Find, compare, and reuse practical skills for Codex, Claude Code, Cursor, GitHub Copilot, and other AI agents.
A cfd solver sample of Multi-agents workflow
End-to-end testing patterns with Playwright for full-stack Python/React applications. Use when writing E2E tests for complete user workflows (login, CRUD, navigation), critical path regression tests, or cross-browser validation. Covers test structure, page object model, selector strategy (data-testid > role > label), wait strategies, auth state reuse, test data management, and CI integration. Does NOT cover unit tests or component tests (use pytest-patterns or react-testing-patterns).