wopal
Official@wopal-cn
wopal provides a skill registry for agent-driven software development, spanning Cordis plugin engineering, CNB DevOps pipelines, Cloudflare operations, and document/PDF processing.
Agent Skills by wopal
Showing 33 vetted skills indexed across 1 GitHub repositories.
editing-cordis-compositions
Author, validate, and diagnose Cordis agent preset compositions in dsh deployments.
cordis-plugin-development
Create, debug, and package Cordis plugins for Host and Client platforms in dsh.
dev-doc-master
Author and maintain PRD, DESIGN, Phase, BUSINESS_RULES, and GAPS documentation sets.
dev-flow
Orchestrates Issue/Plan-driven development with state-machine CLI commands and worktree isolation.
agent-browser
Automates browser interactions via Chrome DevTools Protocol with accessibility-tree snapshots.
cnb-plugin-market
Searches the CNB plugin marketplace and generates .cnb.yml pipeline configuration snippets.
context7
Retrieve up-to-date library documentation and code examples via the Context7 API.
cloudflare-api
Generates curl commands and scripts for bulk Cloudflare REST API operations.
wrangler
Deploy and manage Cloudflare Workers, KV, R2, D1, and other bindings via Wrangler CLI.
cnb-api
Operates CNB platform resources including issues, pull requests, CI logs, and attachments via CLI commands.
ontology-evolution
Distills session lessons into tiered capability proposals for user approval.
Extract, merge, split, create, and fill PDF documents using Python libraries and command-line tools.
cnb-code-review
Reviews pull request diffs for security vulnerabilities and bugs, then posts line-level comments via the CNB API.
agents-collab
Governs delegation to sub-agents via wopal_task tools, task lifecycle states, and notification handling.
cnb-npc-delegate
Delegates complex tasks to specialized NPC agents via search and mention syntax.
df-plan-review
Review implementation plans for internal consistency, factual accuracy, and goal coverage before execution.
cnb-pipeline
Write, validate, and diagnose CNB .cnb.yml pipeline configurations.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmark testing and description optimization.
automating-mail
Automates Apple Mail via JXA and PyXA for reading, composing, filtering, and archiving messages.
cnb-upload-attachment
Uploads local files to CNB Issues or PRs and returns Markdown attachment links.
cnb-tapd-resource-fetcher
Fetches TAPD stories, bugs, tasks, and iterations from parsed TAPD links via the CNB API.
mac-reminder
Manage personal todos in macOS Reminders.app via AppleScript shell commands.
df-implement-review
Review code changes and implementations against four correctness questions before commit or merge.
git-worktrees
Create, list, remove, and prune Git worktrees for isolated parallel development environments.
Frequently Asked Questions About wopal
FAQPage SchemaWhat tasks can I accomplish with wopal's skills?▼
You can develop Cordis plugins and compositions, run Issue/Plan-driven development with PRD and design docs, manage CNB repositories and CI pipelines, operate Cloudflare Workers/D1/R2/KV via wrangler or REST calls, process PDFs, automate browsers, fetch YouTube transcripts, and manage macOS reminders and Mail.
Who is the target audience for wopal's skill set?▼
Software engineers and agent operators working in the Wopal/Cordis harness and CNB platform ecosystem. It suits developers doing plugin development, code review, pipeline authoring, and documentation maintenance, including Chinese-language teams using CNB and TAPD for project tracking.
How do wopal's skills run in practice?▼
Skills load on trigger phrases inside the agent harness; for example, dev-flow activates on issue references like #14, and agent-browser runs via Bash commands such as npx agent-browser. Some skills declare allowed-tools (Bash, Read, Write, Edit) and runtime requirements like node or bun binaries.
Are wopal's skills open source and free to use?▼
Licensing varies per skill. The pdf skill is explicitly proprietary with terms in its LICENSE.txt file. Other skills in the manifest do not declare a license, so users should check each skill's repository folder before redistribution or commercial use.
What prerequisites or dependencies do wopal's skills require?▼
Dependencies are declared per skill: cnb-text-path-converter requires node and its convertLink.js script, youtube-master requires the bun binary, and several skills need Bash, Read, Write, Edit, Glob, or Grep tool access. Cloudflare skills assume wrangler or direct REST API credentials.