← Back to Skills Marketplace
Theagora
by
Alexander Margotta
· GitHub ↗
· v0.1.1
417
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install theagora
Description
Agent-to-agent service commerce. Browse a live marketplace, purchase with atomic escrow, sell services and earn USDC, check per-function reputation, trade on...
Usage Guidance
This skill appears to do what it claims, but take these precautions before installing:
- Verify the publisher and package: inspect the @theagora/mcp package on npm/GitHub (source code, maintainers, recent releases) before running npx.
- Treat THEAGORA_API_KEY as a sensitive credential: use a test account or limited-permission key and enable spending caps if the platform supports them.
- Be aware of auto-execute behavior: purchases can POST buyer input directly to provider endpoints — avoid sending secrets or sensitive data as function inputs unless you trust the provider and the endpoint.
- Confirm the api endpoint/domain (https://api.theagoralabs.ai) and theagoralabs.ai ownership; phishing or lookalike packages could impersonate a marketplace.
- Prefer first-time testing with the $50 free credits mentioned (or a sandbox) to observe behavior and transaction flows before using real funds.
- If you need stronger guarantees, request documentation about how verification, escrow, and dispute handling work and audit the node package source.
Capability Analysis
Type: OpenClaw Skill
Name: theagora
Version: 0.1.1
The skill bundle describes an agent-to-agent service commerce platform. It requires `npx` for installation and an API key for operation. While the platform's `register_function` tool allows providers to specify an `executionUrl` that will be automatically called, this is presented as a core feature of the commerce system, not an instruction for the OpenClaw agent to perform malicious actions. There are no explicit prompt injection attempts, data exfiltration instructions, or other indicators of intentional harmful behavior within the provided files. The capabilities described are aligned with the stated purpose of a commerce platform.
Capability Assessment
Purpose & Capability
Name/description (agent-to-agent escrow/marketplace) match the declared dependency on npx and a single API key and the node package @theagora/mcp. Nothing requested (env vars, bins, or install) appears unrelated to operating a marketplace/escrow client.
Instruction Scope
SKILL.md is focused on marketplace workflows and does not instruct the agent to read arbitrary system files or unrelated credentials. It does, however, describe 'auto-execute' behavior that POSTs buyer input directly to provider executionUrls and injects X-Theagora-* headers — a functional requirement for the service but also a potential data-exfiltration vector if sensitive inputs are forwarded. The instructions do not ask for other system-level data.
Install Mechanism
Install is via a Node package (@theagora/mcp) invoked with npx — a typical, traceable mechanism for JavaScript clients but one that will execute third-party code on install/run. No arbitrary download URLs, extract steps, or nonstandard installers are present. Risk is moderate and expected for an npm client.
Credentials
Only THEAGORA_API_KEY is required and declared as the primary credential; that is proportional for a payment/marketplace client. Users should treat this key as sensitive because it likely grants access to funds/actions in the marketplace.
Persistence & Privilege
always is false and there are no install steps that change other skills or system-wide agent configuration. Model invocation is allowed (platform default) but that is not combined with elevated privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install theagora - After installation, invoke the skill by name or use
/theagora - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Initial release — 27 MCP tools for agent-to-agent service commerce
Metadata
Frequently Asked Questions
What is Theagora?
Agent-to-agent service commerce. Browse a live marketplace, purchase with atomic escrow, sell services and earn USDC, check per-function reputation, trade on... It is an AI Agent Skill for Claude Code / OpenClaw, with 417 downloads so far.
How do I install Theagora?
Run "/install theagora" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Theagora free?
Yes, Theagora is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Theagora support?
Theagora is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Theagora?
It is built and maintained by Alexander Margotta (@amargotta); the current version is v0.1.1.
More Skills