← Back to Skills Marketplace
Oasyce
by
Shangri-la-0428
· GitHub ↗
· v3.3.0
· MIT-0
343
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install oasyce
Description
Interact with the Oasyce decentralized AI data marketplace. Register data assets, trade via bonding curves, invoke AI capabilities, and settle payments betwe...
Usage Guidance
Before installing or using this skill: 1) Verify the PyPI packages 'oasyce' and 'oasyce-sdk' (publisher, project homepage, source repository, recent releases) and install them in an isolated virtualenv or container. 2) Confirm how the 'oas' CLI obtains signing keys/wallets: check where it stores/reads private keys or whether it prompts for them; do not point it at wallets containing real funds until you've audited the CLI. 3) Remember that invoking registered capabilities will send your input to provider endpoints you register or discover — avoid sending sensitive data to unknown endpoints. 4) If you plan to test buy/sell or escrow flows, do so on a testnet or with small amounts first. 5) If you need higher assurance, review the package source code (or upstream docs) to confirm it doesn't read arbitrary system files or exfiltrate secrets. These gaps (missing credential explanation + third-party pip packages) are why I rated the skill 'suspicious' rather than 'benign'.
Capability Analysis
Type: OpenClaw Skill
Name: oasyce
Version: 3.3.0
The skill bundle provides documentation and instructions for interacting with the Oasyce decentralized AI marketplace. It describes standard CLI commands (oas) and a Python SDK (oasyce-sdk) for asset registration, trading via bonding curves, and AI capability invocation. No malicious indicators, such as data exfiltration, unauthorized execution, or prompt injection attacks, were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The SKILL.md describes registering assets, trading via bonding curves, invoking capabilities, and settlement using an 'oas' CLI and an SDK — which matches the stated marketplace purpose. However, marketplace operations (buy/sell, escrow settlement, onboarding) normally require signing transactions or node credentials; the document does not declare any required credentials, config paths, or explain how keys are provided. That omission is an incoherence (could be benign if the CLI prompts or uses local node wallets, but it is not documented).
Instruction Scope
All runtime instructions are limited to CLI commands and SDK calls that pertain to the marketplace (register, search, buy, sell, capability invoke, node info). The doc does not instruct the agent to read unrelated files or system state. Note: capability registration and invoke include arbitrary endpoint URLs (e.g., provider endpoints); invoking a capability will send data to those endpoints — this is expected behaviour for a capability marketplace but is a privacy consideration to review.
Install Mechanism
No install spec in the skill bundle itself (instruction-only), but SKILL.md instructs users to 'pip install oasyce' and 'pip install oasyce-sdk'. Installing packages from PyPI is normal but carries moderate risk if the package origin isn't verified. There are no direct download URLs or extract steps in the skill bundle.
Credentials
The skill declares no required environment variables or primary credential, yet several commands implicitly require authentication/signing (buyer/seller/owner addresses, escrow settlement, node identity, PoW onboarding). The absence of declared credentials is unexpected: either the CLI handles keys transparently (not documented) or the skill assumes access to local wallet files/configs. This mismatch is important because signing keys or wallet configs (if stored on disk) would be sensitive.
Persistence & Privilege
The skill is not marked 'always' and is user-invocable; it does not request persistent installation via the skill bundle. There is no install script in the bundle that would modify other skills or system-wide agent settings. Agent autonomous invocation is enabled by default (normal) but not by itself a red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oasyce - After installation, invoke the skill by name or use
/oasyce - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.3.0
Rewrite: agent-native settlement framing, SDK examples, bonding curve docs, --json flags
v3.2.0
v3.2.0: Agent Scheduler (scan→classify→register→trade cycles with trust levels), Manual Pricing (auto/fixed/floor models), Capability Marketplace (register/invoke/earnings), Oracle Feeds, Consensus/Governance commands, Dashboard deep links, Fingerprint Watermarking, Testnet onboarding
v3.1.0
**Summary:**
v3.1.0 adds oracle feeds and agent identity/reputation features, expanding Oasyce beyond data registration and AI capabilities.
- Added support for oracle feeds (real-world data feeds with provider bonds, feed types, and aggregation).
- Introduced agent identity management, trust tiers, and cross-asset reputation concepts.
- Updated "read_when" triggers to include oracle feeds, agent identity, and trust-related requests.
- Expanded documentation to cover new Python APIs for oracles and identity.
- Enhanced metadata and skill description for better feature coverage.
v3.0.0
Unified skill: merged oasyce-gateway + oasyce-data-rights + datavault (optional). Single entry point for entire protocol.
v1.0.0
Renamed from oasyce-data-rights. Data rights settlement: register, price, buy, verify.
Metadata
Frequently Asked Questions
What is Oasyce?
Interact with the Oasyce decentralized AI data marketplace. Register data assets, trade via bonding curves, invoke AI capabilities, and settle payments betwe... It is an AI Agent Skill for Claude Code / OpenClaw, with 343 downloads so far.
How do I install Oasyce?
Run "/install oasyce" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oasyce free?
Yes, Oasyce is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Oasyce support?
Oasyce is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oasyce?
It is built and maintained by Shangri-la-0428 (@shangri-la-0428); the current version is v3.3.0.
More Skills