← Back to Skills Marketplace
luoqianchenguni-max

a2a-Market-Stake-Freeze

by luoqianchenguni-max · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
221
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install a2a-market-stake-freeze
Description
Provide stake freeze and release rules for participants during negotiation and order execution. Use when implementing stake locking policy, slashing triggers...
README (SKILL.md)

\r \r

a2a-Market Stake Freeze\r

\r Build the rule engine shell for stake lock lifecycle in A2A transactions.\r \r Current status: registration-first scaffold with explicit policy points.\r \r

Scope\r

  • Lock stake when node accepts an intent or enters negotiation.\r
  • Release or slash stake based on final outcome and policy.\r
  • Keep stake decisions auditable for dispute resolution.\r \r

Suggested Project Layout\r

  • app/domain/rules/stake_rules.py\r
  • app/application/services/stake_service.py\r
  • app/infrastructure/db/stake_repository.py\r
  • app/infrastructure/tasks/stake_timeout_worker.py\r \r

Minimum Contracts (MVP P0)\r

  1. freeze_stake(node_id, intent_id, amount) returns lock record.\r
  2. release_stake(lock_id, reason) closes lock and restores available stake.\r
  3. slash_stake(lock_id, reason, evidence) applies penalty and emits incident log.\r
  4. evaluate_timeout_locks(now_ts) handles automatic release/slash decisions.\r \r

Policy Baseline\r

  • Lock amount should be deterministic from intent risk tier.\r
  • Slashing requires evidence payload and policy version.\r
  • Timeout defaults to release unless explicit breach condition is met.\r \r

Events\r

  • Emit NEGOTIATION_STARTED when stake lock is confirmed.\r
  • Emit risk/stake incident events for policy engine and logging.\r \r

Implementation Backlog\r

  • Add dynamic stake multipliers by market volatility.\r
  • Add external arbitration hook for manual dispute outcomes.\r \r

Runtime Implementation\r

  • Status: implemented in local runtime package.\r
  • Primary code paths:\r
  • runtime/src/domain/stake-policy.js\r
  • Validation: covered by runtime/tests and npm test in runtime/.\r
Usage Guidance
This skill is primarily design and implementation notes for stake-lock logic and appears coherent with its stated purpose, but it also claims an existing runtime implementation and mentions running 'npm test' while providing no code or install instructions. Before installing or using it: 1) treat it as documentation/guidance only (no runnable component is included); 2) confirm whether you need Node/npm and a separate runtime package mentioned in the SKILL.md; 3) ask the publisher for the referenced runtime code or a clear install path if you expect executable artifacts; and 4) avoid granting secrets or system-level access — none are required by the skill as provided, and any future version that requests credentials should be scrutinized for proportionality.
Capability Analysis
Type: OpenClaw Skill Name: a2a-market-stake-freeze Version: 0.2.0 The skill bundle contains metadata and architectural instructions for implementing a stake freezing and slashing system for Agent-to-Agent (A2A) transactions. The instructions in SKILL.md provide a standard software scaffold, including project layout and API contracts (e.g., freeze_stake, slash_stake), without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe stake freeze/release policy guidance and implementation scaffolding — purpose and content are broadly consistent. However, the SKILL.md claims a 'Status: implemented in local runtime package' and lists specific runtime code paths even though the skill bundle contains no code or install spec, which is an unexplained mismatch.
Instruction Scope
Runtime instructions are design and implementation guidance (file layout, API contracts, events). They do not instruct the agent to read unrelated system files, exfiltrate data, or call external endpoints. No broad or vague 'gather whatever context you need' statements are present.
Install Mechanism
No install spec and no code files are included — instruction-only, which is the lowest install risk. There are no downloads or archives referenced.
Credentials
The skill declares no required binaries or environment variables, but the SKILL.md references running 'npm test' and specific runtime JavaScript paths, implying Node/npm and a local package are expected. The absence of declared dependencies or required tooling is a mismatch and could mislead users about what is actually needed to use this guidance.
Persistence & Privilege
The skill does not request always:true, does not declare credentials, and is user-invocable only. There is no indication it would modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install a2a-market-stake-freeze
  3. After installation, invoke the skill by name or use /a2a-market-stake-freeze
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
sync runtime implementation and validation coverage
v0.1.0
initial scaffold for early registration
Metadata
Slug a2a-market-stake-freeze
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is a2a-Market-Stake-Freeze?

Provide stake freeze and release rules for participants during negotiation and order execution. Use when implementing stake locking policy, slashing triggers... It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.

How do I install a2a-Market-Stake-Freeze?

Run "/install a2a-market-stake-freeze" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is a2a-Market-Stake-Freeze free?

Yes, a2a-Market-Stake-Freeze is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does a2a-Market-Stake-Freeze support?

a2a-Market-Stake-Freeze is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created a2a-Market-Stake-Freeze?

It is built and maintained by luoqianchenguni-max (@luoqianchenguni-max); the current version is v0.2.0.

💬 Comments