01 Signal
Crypto news discovery and briefs
Track crypto and blockchain coverage, project moves, and market narratives to form faster briefings.
PANews Agent ToolkitOpenClaw Skill
The official PANews agent bundle for crypto news discovery, Polymarket smart money leaderboard reading, creator workflows, and PANews page reading in Markdown.
OpenClaw Ready
One repository, multiple assistant hosts
Use the same repository as a skills source, a plugin root, or a direct OpenClaw install target.
bunx skills add panewslab/skills
/plugin install panews@panews-agent-toolkit
openclaw plugins install .01
official bundle
03
bundled skills
03
assistant hosts
04
workflow surfaces
Capability Map
Built for analysts, operators, and editors who need signal discovery, source context, and execution workflows in one PANews surface.
01 Signal
Track crypto and blockchain coverage, project moves, and market narratives to form faster briefings.
02 Leaderboards
Read public leaderboard snapshots to spot preference shifts, seat changes, and active markets.
03 Creator Ops
Support authenticated drafts, submissions, image uploads, tag lookup, and column collaboration.
04 Markdown
Convert the PANews homepage, article pages, and column pages into Markdown with page metadata.
Inside the Bundle
The package splits research, creator operations, and page reading into distinct skills so different hosts can invoke only what they need.
For crypto news discovery, briefing generation, and public smart money leaderboard reads.
Use it when you need PANews coverage about crypto news, projects, market narratives, rankings, events, calendars, or public board snapshots.
For authenticated writing, content management, and publishing workflows.
Use it when you need draft, submission, image upload, tag search, or column operations that require PA-User-Session.
For reading PANews pages as Markdown with page metadata preserved.
Use it when you need the rendered page itself instead of structured API-style data.
Host Compatibility
The repository is packaged for Codex-style hosts, Claude Code, and OpenClaw without a second wrapper project.
Plugin manifest
CodexCodex
The repository root already ships a Codex-readable plugin manifest, so there is no extra wrapper directory to maintain.
Codex-style hosts can read .codex-plugin/plugin.json and the bundled skills/ directory directly.
Marketplace flow
Claude CodeClaude Code
The same repository also carries the Claude Code compatible manifest and marketplace install path.
Claude Code can install panews@panews-agent-toolkit through the /plugin flow.
Bundle install
OpenClawOpenClaw
OpenClaw installs this bundle directly. Compatibility comes from the Codex/Claude-compatible repository layout rather than a native OpenClaw manifest.
Best for local checkouts or archives, with a link mode available for development.
Install Paths
Mount the same bundle as repository skills, a plugin package, or a direct OpenClaw install.
Repository skills
Use Bun or any assistant that supports repository-based skill installs and point it at this repository.
bunx skills add panewslab/skills
Install PANews skills at github.com/panewslab/skillsPlugin hosts
Compatible hosts such as Claude Code can use marketplace flow or discover the manifests from the repository root.
/plugin marketplace add panewslab/skills
/plugin install panews@panews-agent-toolkitLocal bundle
Install the bundle from a local checkout or archive, which is ideal for local debugging and iteration.
git clone https://github.com/panewslab/skills.git
cd skills
openclaw plugins install .
# or link for development
openclaw plugins install -l .
Next Step
Install the repository once, then let your assistant call PANews news discovery, creator tools, and page reading in the same workflow.