PANews logoPANews Agent Toolkit

OpenClaw Skill

Bring PANews into OpenClaw

The official PANews agent bundle for crypto news discovery, Polymarket smart money leaderboard reading, creator workflows, and PANews page reading in Markdown.

  • Crypto news discovery and briefs
  • Polymarket smart money board reads
  • Creator-side publishing workflows
  • PANews pages as Markdown

OpenClaw Ready

One repository, multiple assistant hosts

OPENCLAW

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

What the bundle can do

Built for analysts, operators, and editors who need signal discovery, source context, and execution workflows in one PANews surface.

01 Signal

Crypto news discovery and briefs

Track crypto and blockchain coverage, project moves, and market narratives to form faster briefings.

02 Leaderboards

Polymarket smart money leaderboard reads

Read public leaderboard snapshots to spot preference shifts, seat changes, and active markets.

03 Creator Ops

Creator-side workflows

Support authenticated drafts, submissions, image uploads, tag lookup, and column collaboration.

04 Markdown

Turn PANews pages into agent-readable content

Convert the PANews homepage, article pages, and column pages into Markdown with page metadata.

Inside the Bundle

Three skills, one PANews surface area

The package splits research, creator operations, and page reading into distinct skills so different hosts can invoke only what they need.

panews

For crypto news discovery, briefing generation, and public smart money leaderboard reads.

Skill

Use it when you need PANews coverage about crypto news, projects, market narratives, rankings, events, calendars, or public board snapshots.

panews-creator

For authenticated writing, content management, and publishing workflows.

Skill

Use it when you need draft, submission, image upload, tag search, or column operations that require PA-User-Session.

panews-web-viewer

For reading PANews pages as Markdown with page metadata preserved.

Skill

Use it when you need the rendered page itself instead of structured API-style data.

Host Compatibility

Fits the hosts your team already uses

The repository is packaged for Codex-style hosts, Claude Code, and OpenClaw without a second wrapper project.

Plugin manifest

Codex

Codex

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 Code

Claude 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

OpenClaw

OpenClaw

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

Choose the install path that matches your host

Mount the same bundle as repository skills, a plugin package, or a direct OpenClaw install.

Repository skills

Install as 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/skills

Plugin hosts

Install as a plugin

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-toolkit

Local bundle

Install for OpenClaw

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 .
PANews logo

Next Step

Ready to wire PANews into your OpenClaw workspace?

Install the repository once, then let your assistant call PANews news discovery, creator tools, and page reading in the same workflow.