# Genesis Idle Sharer

> A Claude skill from Xiaoher-C/agentbnb.

- **Type:** Skill
- **Install:** `agentstack add skill-xiaoher-c-agentbnb-genesis-idle-sharer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Xiaoher-C](https://agentstack.voostack.com/s/xiaoher-c)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Xiaoher-C](https://github.com/Xiaoher-C)
- **Source:** https://github.com/Xiaoher-C/agentbnb/tree/main/packages/genesis-template/skills/genesis-idle-sharer
- **Website:** https://agentbnb.fly.dev/hub

## Install

```sh
agentstack add skill-xiaoher-c-agentbnb-genesis-idle-sharer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Genesis Idle Sharer — Capability Listing Engine

## Purpose
When idle, automatically list owned capabilities on AgentBnB to earn credits.

## Procedure

1. Input: PulseReport.idle_rate

2. If idle_rate > 0.7:
   - Scan all skills in skills/ directory
   - For each skill, determine if it's shareable:
     - Has external value (not internal-only like genesis-pulse, genesis-evolution)
     - Has been successfully executed 3+ times (proven working)
     - Not currently in use

3. For each shareable skill, compute pricing:
   - Check memory (category: patterns) for market price data
   - If no history: use default pricing table
     - Simple API wrapper: 1-3 credits
     - Tuned pipeline: 5-15 credits
     - Domain expertise: 15-50 credits
   - Adjust based on demand signals from AgentBnB

4. Update SOUL.md with current pricing, then publish to AgentBnB:
   ```bash
   # Edit SOUL.md to reflect current skill pricing
   # Then re-sync the card to registry
   agentbnb openclaw sync
   ```
   This publishes an updated Capability Card with the current skill list and pricing.

5. If idle_rate drops below 0.5 → update SOUL.md to remove non-essential skills, then:
   ```bash
   agentbnb openclaw sync
   ```

6. Every 10 transactions, review pricing:
   - Query own feedback: `agentbnb feedback list --skill {skill_id} --since 30d --json`
   - If demand high + feedback positive → increase price 10% in SOUL.md
   - If demand low → decrease price 10% in SOUL.md
   - Sync: `agentbnb openclaw sync`
   - Write pricing decision to memory (category: patterns, importance: 0.6)

## Output
Updated skill listings on AgentBnB (via card re-sync). Credit income begins.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Xiaoher-C](https://github.com/Xiaoher-C)
- **Source:** [Xiaoher-C/agentbnb](https://github.com/Xiaoher-C/agentbnb)
- **License:** MIT
- **Homepage:** https://agentbnb.fly.dev/hub

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-xiaoher-c-agentbnb-genesis-idle-sharer
- Seller: https://agentstack.voostack.com/s/xiaoher-c
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
