qatom
v1.0.0Use and publish paywalled API tools on the Qatom marketplace. Call marketplace tools with automatic per-call payments via your agent twin wallet, or register your own APIs and earn per-call revenue. Powered by the hosted Qatom MCP server (mcp.m.todaq.net) on the TODAQ protocol.
By TODAQ MicroLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 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 qatom for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add qatom@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 “qatom” remain stable.
- Codex:
qatom@agent-plugin-marketplace→qatom@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/TODAQmicro/qatom-skill/.
Plugin files
├── .codex-plugin/plugin.json├── skills/qatom/SKILL.md└── .mcp.json
Included Skills1
Use and publish Qatom marketplace tools. Use when: calling paywalled API tools from the Qatom marketplace, checking wallet balance, managing your agent twin wallet, or helping a user register as a Qatom provider to earn per-call payments from their own tools. Connects to the hosted Qatom MCP server at mcp.m.todaq.net via Qatom OIDC. NOT for: direct payment API calls or free tools.
MCP servers1
- url
- https://mcp.m.todaq.net/mcp
Plugin manifests1
{
"name": "qatom",
"version": "1.0.0",
"description": "Use and publish paywalled API tools on the Qatom marketplace. Call marketplace tools with automatic per-call payments via your agent twin wallet, or register your own APIs and earn per-call revenue. Powered by the hosted Qatom MCP server (mcp.m.todaq.net) on the TODAQ protocol.",
"homepage": "https://github.com/TODAQmicro/qatom-skill",
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"author": {
"name": "TODAQ Micro",
"url": "https://todaq.net"
},
"keywords": [
"payments",
"marketplace",
"mcp",
"todaq",
"agentic-commerce",
"micropayments"
],
"repository": "https://github.com/TODAQmicro/qatom-skill"
}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.
[qatom on Agent Plugins Marketplace](https://pluginsmp.com/plugins/qatom)