panews
v0.1.0PANews Agent Toolkit for crypto news discovery, Polymarket smart money leaderboard reading, PANews creator workflows, and PANews page-to-Markdown reading.
By Seven DuLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install panews for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add panews@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “panews” remain stable.
- Codex:
panews@agent-plugin-marketplace→panews@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/panewslab/skills/.
Plugin files
├── .codex-plugin/plugin.json├── skills/panews/SKILL.md├── skills/panews-creator/SKILL.md└── skills/panews-web-viewer/SKILL.md
Included Skills3
Entry point for reading PANews cryptocurrency / blockchain news, market narratives, and Polymarket smart money leaderboards. Triggers: today's headlines, breaking news, trending rankings, article search, reading specific articles, browsing columns / series / community topics, industry events & conferences, event calendar, platform hot searches and editorial picks, latest smart money boards, board highlights, and board comparisons.
Create and manage articles on the PANews platform. All operations require a valid user session. Triggers: write and publish new articles, view / edit / delete drafts, revise and resubmit rejected articles, upload images, search tags, apply for a column, polish or review article content.
Read public PANews website pages as Markdown. Use for homepage, article-page, and column-page reads.
Plugin manifests1
{
"name": "panews",
"version": "0.1.0",
"description": "PANews Agent Toolkit for crypto news discovery, Polymarket smart money leaderboard reading, PANews creator workflows, and PANews page-to-Markdown reading.",
"author": {
"name": "Seven Du",
"email": "[email protected]",
"url": "https://www.panewslab.com/en/"
},
"homepage": "https://github.com/panewslab/skills",
"repository": "https://github.com/panewslab/skills",
"license": "MIT",
"keywords": [
"crypto",
"blockchain",
"news",
"polymarket",
"leaderboards",
"publishing",
"panews"
],
"skills": "./skills/",
"interface": {
"displayName": "PANews Agent Toolkit",
"shortDescription": "Crypto news discovery, smart money leaderboards, PANews creator publishing, and PANews page reading.",
"longDescription": "PANews Agent Toolkit helps users follow cryptocurrency and blockchain narratives through PANews coverage, inspect public Polymarket smart money leaderboards, manage authenticated PANews creator workflows, and read PANews pages as Markdown with metadata.",
"developerName": "PANews",
"category": "News",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"websiteURL": "https://www.panewslab.com/en/",
"privacyPolicyURL": "https://www.panewslab.com/en/privacy-policy",
"termsOfServiceURL": "https://www.panewslab.com/en/user-agreement",
"defaultPrompt": [
"What are the biggest crypto stories today?",
"Show me the latest Polymarket smart money boards.",
"Help me publish this article to PANews.",
"Read this PANews page as Markdown."
],
"brandColor": "#0F7BFF"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[panews on Agent Plugins Marketplace](https://pluginsmp.com/plugins/panews)