mirror of
https://github.com/Starchild-ai-agent/official-skills.git
synced 2026-09-18 10:19:40 +08:00
Merge pull request #177 from Starchild-ai-agent/audit/official-skill-links-2
docs(audit): fix remaining broken links in vendored skills; bump versions
This commit is contained in:
@@ -1156,7 +1156,7 @@ type CartGetProps = {
|
||||
type CartGetFunction = (cartInput?: CartGetProps) => Promise<CartReturn | null>;
|
||||
type CartGetOptions = CartQueryOptions & {
|
||||
/**
|
||||
* The customer account client instance created by [`createCustomerAccountClient`](docs/api/hydrogen/latest/utilities/createcustomeraccountclient).
|
||||
* The customer account client instance created by [`createCustomerAccountClient`](https://shopify.dev/docs/api/hydrogen/latest/utilities/createcustomeraccountclient).
|
||||
*/
|
||||
customerAccount?: CustomerAccount;
|
||||
};
|
||||
@@ -1794,7 +1794,7 @@ type CartOptionalInput = {
|
||||
type MetafieldWithoutOwnerId = Omit<CartMetafieldsSetInput, 'ownerId'>;
|
||||
type CartQueryOptions = {
|
||||
/**
|
||||
* The storefront client instance created by [`createStorefrontClient`](docs/api/hydrogen/latest/utilities/createstorefrontclient).
|
||||
* The storefront client instance created by [`createStorefrontClient`](https://shopify.dev/docs/api/hydrogen/latest/utilities/createstorefrontclient).
|
||||
*/
|
||||
storefront: Storefront;
|
||||
/**
|
||||
@@ -1806,7 +1806,7 @@ type CartQueryOptions = {
|
||||
*/
|
||||
cartFragment?: string;
|
||||
/**
|
||||
* The customer account instance created by [`createCustomerAccount`](docs/api/hydrogen/latest/customer/createcustomeraccount).
|
||||
* The customer account instance created by [`createCustomerAccount`](https://shopify.dev/docs/api/hydrogen/latest/customer/createcustomeraccount).
|
||||
*/
|
||||
customerAccount?: CustomerAccount;
|
||||
};
|
||||
@@ -2106,7 +2106,7 @@ declare function AnalyticsProvider({ canTrack: customCanTrack, cart: currentCart
|
||||
declare function useAnalytics(): AnalyticsContextValue;
|
||||
type ShopAnalyticsProps = {
|
||||
/**
|
||||
* The storefront client instance created by [`createStorefrontClient`](docs/api/hydrogen/utilities/createstorefrontclient).
|
||||
* The storefront client instance created by [`createStorefrontClient`](https://shopify.dev/docs/api/hydrogen/utilities/createstorefrontclient).
|
||||
*/
|
||||
storefront: Storefront;
|
||||
/**
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: abstract
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
description: |
|
||||
Abstract L2 hub: wallets, contracts, multisig, prediction markets, agent identity.
|
||||
|
||||
@@ -18,7 +18,7 @@ disable-model-invocation: false
|
||||
|
||||
Abstract is an Ethereum Layer 2 ZK rollup (ZK Stack) focused on consumer crypto applications. This master skill provides a directory of all Abstract-related capabilities and helps you pick the right one.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: bnbagent
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
description: Build and operate on-chain AI agents on BNB Chain using the bnbagent Python SDK — register agent identities (ERC-8004), and transact through escrowed agentic commerce (ERC-8183) as a provider (accept jobs, deliver work, get paid) or client (create, fund, dispute, refund jobs). Also covers x402 micropayment signing. Use for anything involving BNB Chain agent identity, agent-to-agent paid jobs, BSC escrow jobs, or ERC-8004/ERC-8183/x402.
|
||||
metadata: {"starchild":{"emoji":"🟨","requires":{"pips":["bnbagent"]},"install":[{"kind":"pip","package":"bnbagent==0.4.0"}]}}
|
||||
---
|
||||
|
||||
@@ -68,7 +68,7 @@ What switches and what doesn't:
|
||||
optParams), but a machine has exactly **one** twak wallet (per HOME), so
|
||||
twak cannot play two *distinct* parties locally — these flows keep the
|
||||
counterparty on EVM for that reason. See the capability reference
|
||||
[`docs/twak.md`](../../docs/twak.md). (For a fully twak-driven both-roles
|
||||
[`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md). (For a fully twak-driven both-roles
|
||||
self-deal, see `examples/twak/e2e_smoke.py`.)
|
||||
|
||||
Prerequisites (one-time):
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Demos for `TWAKProvider` — the self-broadcasting wallet backed by the
|
||||
Trust Wallet Agent Kit (`twak`) CLI, **v0.19.0 minimum**. Each script is a
|
||||
runnable companion to one section of
|
||||
[`bnbagent/wallets/README.md`](../../bnbagent/wallets/README.md) (the TWAK
|
||||
[`bnbagent/wallets/README.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/bnbagent/wallets/README.md) (the TWAK
|
||||
section is the authoritative reference these scripts demonstrate).
|
||||
|
||||
## The scripts
|
||||
@@ -49,8 +49,8 @@ exercise both natively.
|
||||
|
||||
## Further reading
|
||||
|
||||
- [`docs/twak.md`](../../docs/twak.md) — twak capability reference: supported
|
||||
- [`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md) — twak capability reference: supported
|
||||
ERC-8004 / ERC-8183 / x402 methods, the delegated x402 payer, boundaries,
|
||||
and contract addresses.
|
||||
- [`bnbagent/wallets/README.md`](../../bnbagent/wallets/README.md) — TWAK
|
||||
- [`bnbagent/wallets/README.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/bnbagent/wallets/README.md) — TWAK
|
||||
provider reference: signing model, capability sets, custody, deployment.
|
||||
|
||||
@@ -60,7 +60,7 @@ With an `EVMWalletProvider`, the SDK routes writes through the MegaFuel paymaste
|
||||
|
||||
- **ERC-8004** — sponsored on both networks.
|
||||
- **ERC-8183** — on **BSC Testnet** the SDK routes the protocol writes through MegaFuel and lets it decide per call (e.g. `fund` and `settle` are sponsored today); whatever MegaFuel declines self-pays automatically. **Mainnet is never sponsored** — writes self-pay and the SDK skips the probe entirely there. Two things to note: (1) provider payout has no separate "withdraw" — it happens inside `settle` (→ `complete`); (2) the only ERC-20 `approve` is on the **payment token** (not an ERC-8183 function), sent by `fund()` only when the allowance is insufficient, through the ERC-20 client's own self-pay path — so a fresh testnet buyer needs a little tBNB for that first approve.
|
||||
- **twak wallet** — sponsorship is twak-internal and not controlled by the SDK (mainnet auto-sponsored, testnet self-pays); see [`docs/twak.md`](docs/twak.md).
|
||||
- **twak wallet** — sponsorship is twak-internal and not controlled by the SDK (mainnet auto-sponsored, testnet self-pays); see [`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md).
|
||||
|
||||
## What is ERC-8183?
|
||||
|
||||
@@ -234,9 +234,9 @@ registration constructors (`AgentEndpoint.a2a()` / `AgentEndpoint.mcp()`) and
|
||||
the headless primitives above, and the examples provide copy-and-own serving
|
||||
references:
|
||||
|
||||
- [`examples/a2a-agent/`](examples/a2a-agent/) — A2A agent card +
|
||||
- [`examples/a2a-agent/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/a2a-agent/) — A2A agent card +
|
||||
`message/send` fronting `NegotiationHandler`, with on-chain discovery.
|
||||
- [`examples/agent-server/`](examples/agent-server/) — full HTTP provider
|
||||
- [`examples/agent-server/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/agent-server/) — full HTTP provider
|
||||
(FastAPI factory lives in the example at `src/erc8183_server.py`), funded-job
|
||||
poll loop, three storage backends.
|
||||
|
||||
@@ -291,7 +291,7 @@ erc8183.vote_reject(job_id) # whitelisted voter only; after dispute
|
||||
erc8183.claim_refund(job_id) # anyone, after expiredAt, no settlement reached
|
||||
```
|
||||
|
||||
See [`examples/client/`](examples/client/) for the five canonical flows (happy, dispute-reject, stalemate-expire, never-submit, cancel-open).
|
||||
See [`examples/client/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/client/) for the five canonical flows (happy, dispute-reject, stalemate-expire, never-submit, cancel-open).
|
||||
|
||||
---
|
||||
|
||||
@@ -323,13 +323,13 @@ See [`examples/client/`](examples/client/) for the five canonical flows (happy,
|
||||
|
||||
The **payment token address is NOT configurable** — it is immutable on the Commerce kernel and fetched at runtime via `ERC8183Client.payment_token`.
|
||||
|
||||
See [`.env.example`](.env.example) at the project root for the full surface with inline comments.
|
||||
See [`.env.example`](https://github.com/bnb-chain/bnbchain-studio/blob/main/env.example) at the project root for the full surface with inline comments.
|
||||
|
||||
---
|
||||
|
||||
## Architecture & Components
|
||||
|
||||
See [ARCHITECTURE.md](ARCHITECTURE.md) for the full code map, invariants, and data flows. The ERC-8183 stack is split into:
|
||||
See [ARCHITECTURE.md](https://github.com/bnb-chain/bnbchain-studio/blob/main/ARCHITECTURE.md) for the full code map, invariants, and data flows. The ERC-8183 stack is split into:
|
||||
|
||||
- `bnbagent/erc8183/client.py` — `ERC8183Client` facade (most callers use this).
|
||||
- `bnbagent/erc8183/commerce.py` — `CommerceClient` (low-level Commerce kernel).
|
||||
@@ -349,11 +349,11 @@ Transaction signing is abstracted behind the `WalletProvider` ABC (`address`, `s
|
||||
- Auto-wrap — `ERC8183Config` (and other `AgentConfig` subclasses) accept `private_key=` directly and wrap it into `EVMWalletProvider(persist=False)` in `__post_init__`, immediately zeroing the plaintext field.
|
||||
- Keystores written with `0o600` permissions (directory `0o700`).
|
||||
|
||||
**Built-in: `TWAKProvider` (Trust Wallet Agent Kit CLI)** — a self-custody, self-broadcasting wallet whose capabilities differ substantially from `EVMWalletProvider`. **Read [`docs/twak.md`](docs/twak.md) before swapping in twak.** The key differences:
|
||||
**Built-in: `TWAKProvider` (Trust Wallet Agent Kit CLI)** — a self-custody, self-broadcasting wallet whose capabilities differ substantially from `EVMWalletProvider`. **Read [`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md) before swapping in twak.** The key differences:
|
||||
|
||||
- **No raw-transaction or generic EIP-712 signing** (`sign.transaction` / `sign.typed_data` are absent) — twak signs ERC-8004 / ERC-8183 / x402 payloads internally and only exposes high-level operations. Anything that needs direct EIP-712 (e.g. an `X402Signer` you construct yourself) requires `EVMWalletProvider`.
|
||||
- **Self-broadcasting** — the SDK holds no key and sends no transaction; twak signs and broadcasts each operation itself. x402 is a *delegated payer* (`make_x402_payer()`), not a signer.
|
||||
- **Restricted surface** — BSC only (`bsc` / `bsctestnet`); x402 `request` is mainnet-only so far; on testnet twak pays its own gas (no paymaster). Full method-by-method support matrix, contract addresses, and boundaries: [`docs/twak.md`](docs/twak.md).
|
||||
- **Restricted surface** — BSC only (`bsc` / `bsctestnet`); x402 `request` is mainnet-only so far; on testnet twak pays its own gas (no paymaster). Full method-by-method support matrix, contract addresses, and boundaries: [`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md).
|
||||
|
||||
Construct with `TWAKProvider(chain="bsc")` or `WALLET_KIND=twak`. Because every client routes writes through `wallet.make_executor()`, EVM ↔ twak is a one-line swap **for the high-level flows** — but the capability gaps above are not papered over: unsupported calls raise `UnsupportedWalletOperation`.
|
||||
|
||||
@@ -403,13 +403,13 @@ Payment token address is read from `commerce.paymentToken()` at runtime.
|
||||
|
||||
| Example | Role | Description |
|
||||
|---------|------|-------------|
|
||||
| [`examples/client/`](examples/client/) | Client | Five stand-alone scripts for the canonical ERC-8183 flows: happy / dispute-reject / stalemate-expire / never-submit / cancel-open. |
|
||||
| [`examples/voter/`](examples/voter/) | Voter | `voteReject` script + `Disputed` event watcher for whitelisted voters. |
|
||||
| [`examples/a2a-agent/`](examples/a2a-agent/) | Provider (A2A) | Recommended serving direction: A2A agent card + `message/send` fronting SDK negotiation, ERC-8004 discovery round-trip, buyer counterpart. |
|
||||
| [`examples/agent-server/`](examples/agent-server/) | Provider (HTTP) | HTTP serving reference (FastAPI factory inlined as example code), funded-job poll loop, ERC-8004 registration. |
|
||||
| [`examples/twak/`](examples/twak/) | Wallet | TWAK custody quickstart, delegated x402 payer, bsctestnet smoke. |
|
||||
| [`examples/x402/`](examples/x402/) | Buyer | x402 buyer flow with mock 402 server. |
|
||||
| [`examples/security/`](examples/security/) | Security | Defense-in-depth signing validation. |
|
||||
| [`examples/client/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/client/) | Client | Five stand-alone scripts for the canonical ERC-8183 flows: happy / dispute-reject / stalemate-expire / never-submit / cancel-open. |
|
||||
| [`examples/voter/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/voter/) | Voter | `voteReject` script + `Disputed` event watcher for whitelisted voters. |
|
||||
| [`examples/a2a-agent/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/a2a-agent/) | Provider (A2A) | Recommended serving direction: A2A agent card + `message/send` fronting SDK negotiation, ERC-8004 discovery round-trip, buyer counterpart. |
|
||||
| [`examples/agent-server/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/agent-server/) | Provider (HTTP) | HTTP serving reference (FastAPI factory inlined as example code), funded-job poll loop, ERC-8004 registration. |
|
||||
| [`examples/twak/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/twak/) | Wallet | TWAK custody quickstart, delegated x402 payer, bsctestnet smoke. |
|
||||
| [`examples/x402/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/x402/) | Buyer | x402 buyer flow with mock 402 server. |
|
||||
| [`examples/security/`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/security/) | Security | Defense-in-depth signing validation. |
|
||||
|
||||
---
|
||||
|
||||
@@ -582,10 +582,10 @@ Full design rationale and threat model: see ADR #30 in the
|
||||
| `408 Job expired` | Past `expiredAt` | Create a new job; client can `claimRefund` the old one. |
|
||||
| `402 Budget below service price` | `budget < ERC8183_SERVICE_PRICE` | Client must create a job with a higher budget (visible at `GET /erc8183/status`). |
|
||||
| `router.settle` reverts with `policy pending` | Dispute window hasn't elapsed and no dispute was raised | Wait until `policy.check(jobId)` returns a non-PENDING verdict, then retry. |
|
||||
| `voteReject` reverts with `not voter` / `not disputed` | Caller not whitelisted, or no dispute exists | Use [`examples/voter/vote_reject.py`](examples/voter/vote_reject.py) — it validates before sending. |
|
||||
| `voteReject` reverts with `not voter` / `not disputed` | Caller not whitelisted, or no dispute exists | Use [`examples/voter/vote_reject.py`](https://github.com/bnb-chain/bnbchain-studio/blob/main/examples/voter/vote_reject.py) — it validates before sending. |
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT License — see [LICENSE](LICENSE) for details.
|
||||
MIT License — see [LICENSE](https://github.com/bnb-chain/bnbchain-studio/blob/main/LICENSE) for details.
|
||||
|
||||
@@ -203,7 +203,7 @@ than pointing at setup). Implements both
|
||||
`WalletProvider` and `IntentExecutor` (it `make_executor`s to itself). Key
|
||||
custody lives entirely inside twak. Full capability reference (supported
|
||||
ERC-8004 / ERC-8183 / x402 methods, boundaries, contract addresses):
|
||||
[`docs/twak.md`](../../docs/twak.md).
|
||||
[`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md).
|
||||
|
||||
| Member | Description |
|
||||
|---|---|
|
||||
@@ -578,7 +578,7 @@ in.
|
||||
|
||||
## Related
|
||||
|
||||
- [`erc8004`](../erc8004/README.md) — builds `Intent`s and runs them via the wallet's executor.
|
||||
- [`erc8183`](../erc8183/README.md) — uses `WalletProvider` via `ERC8183Config` for job transactions.
|
||||
- [`core`](../core/README.md) — `ContractClientMixin` delegates signing to `WalletProvider`.
|
||||
- [`docs/twak.md`](../../docs/twak.md) — twak capability reference: supported ERC-8004 / ERC-8183 / x402 methods, the delegated x402 payer, boundaries, and contract addresses.
|
||||
- [`erc8004`](https://github.com/bnb-chain/bnbchain-studio/blob/main/erc8004/README.md) — builds `Intent`s and runs them via the wallet's executor.
|
||||
- [`erc8183`](https://github.com/bnb-chain/bnbchain-studio/blob/main/erc8183/README.md) — uses `WalletProvider` via `ERC8183Config` for job transactions.
|
||||
- [`core`](https://github.com/bnb-chain/bnbchain-studio/blob/main/core/README.md) — `ContractClientMixin` delegates signing to `WalletProvider`.
|
||||
- [`docs/twak.md`](https://github.com/bnb-chain/bnbchain-studio/blob/main/docs/twak.md) — twak capability reference: supported ERC-8004 / ERC-8183 / x402 methods, the delegated x402 payer, boundaries, and contract addresses.
|
||||
|
||||
+10
-10
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: higgsfield
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
description: |
|
||||
AI agent skills for image and video generation via Higgsfield AI. Use this skill when asked to
|
||||
generate images or videos from a prompt, create branded ad video (UGC, unboxing, TV spot) with
|
||||
@@ -22,8 +22,8 @@ user-invocable: false
|
||||
|
||||
# Higgsfield AI Skills
|
||||
|
||||
[](./LICENSE)
|
||||
[](./VERSION)
|
||||
[](https://github.com/higgsfield-ai/skills/blob/main/LICENSE)
|
||||
[](https://github.com/higgsfield-ai/skills/blob/main/VERSION)
|
||||
[](#skills)
|
||||
[](https://discord.com/invite/higgsfield)
|
||||
|
||||
@@ -49,17 +49,17 @@ cd skills
|
||||
./setup
|
||||
```
|
||||
|
||||
More options in [INSTALL.md](./INSTALL.md). Agent-driven install (paste into your agent): [INSTALL_FOR_AGENTS.md](./INSTALL_FOR_AGENTS.md).
|
||||
More options in [INSTALL.md](https://github.com/higgsfield-ai/skills/blob/main/INSTALL.md). Agent-driven install (paste into your agent): [INSTALL_FOR_AGENTS.md](https://github.com/higgsfield-ai/skills/blob/main/INSTALL_FOR_AGENTS.md).
|
||||
|
||||
## Skills
|
||||
|
||||
| Skill | Invoke | Description |
|
||||
|---|---|---|
|
||||
| [`higgsfield-generate`](./higgsfield-generate) | `/higgsfield:generate` | Image, video, 3D, and audio generation across 30+ models (Nano Banana 2, Soul V2, Veo 3.1, Kling 3.0, Seedance 2.0, Seed Audio 1.0, Flux 2, GPT Image 2, …), plus Marketing Studio for branded ads with avatars/products/hooks/settings and Virality Predictor scoring for finished videos. |
|
||||
| [`higgsfield-soul-id`](./higgsfield-soul-id) | `/higgsfield:soul-id` | Train a Soul Character — a reusable, face-faithful identity model. Returns a `reference_id` consumable by Soul-aware generation. |
|
||||
| [`higgsfield-product-photoshoot`](./higgsfield-product-photoshoot) | `/higgsfield:product-photoshoot` | Brand-quality product imagery with mode-specific prompt enhancement. 10 modes (studio, lifestyle, Pinterest, hero banner, ad packs, virtual try-on, …) backed by `gpt_image_2`. |
|
||||
| [`higgsfield-marketplace-cards`](./higgsfield-marketplace-cards) | `/higgsfield:marketplace-cards` | Marketplace product cards: compliant main image, secondary product images, and A+ style modules via backend prompt enhancement. |
|
||||
| [`higgsfield-websites`](./higgsfield-websites) | `/higgsfield:websites` | Build, edit, and deploy full-stack websites — React 19 + TanStack Start, server-rendered as one Cloudflare Worker with D1 / R2 / KV / Durable Objects / Containers. Create → get git repo access → edit locally → push → deploy preview/production, all via `higgsfield website …`. |
|
||||
| `higgsfield-generate` | `/higgsfield:generate` | Image, video, 3D, and audio generation across 30+ models (Nano Banana 2, Soul V2, Veo 3.1, Kling 3.0, Seedance 2.0, Seed Audio 1.0, Flux 2, GPT Image 2, …), plus Marketing Studio for branded ads with avatars/products/hooks/settings and Virality Predictor scoring for finished videos. |
|
||||
| `higgsfield-soul-id` | `/higgsfield:soul-id` | Train a Soul Character — a reusable, face-faithful identity model. Returns a `reference_id` consumable by Soul-aware generation. |
|
||||
| `higgsfield-product-photoshoot` | `/higgsfield:product-photoshoot` | Brand-quality product imagery with mode-specific prompt enhancement. 10 modes (studio, lifestyle, Pinterest, hero banner, ad packs, virtual try-on, …) backed by `gpt_image_2`. |
|
||||
| `higgsfield-marketplace-cards` | `/higgsfield:marketplace-cards` | Marketplace product cards: compliant main image, secondary product images, and A+ style modules via backend prompt enhancement. |
|
||||
| `higgsfield-websites` | `/higgsfield:websites` | Build, edit, and deploy full-stack websites — React 19 + TanStack Start, server-rendered as one Cloudflare Worker with D1 / R2 / KV / Durable Objects / Containers. Create → get git repo access → edit locally → push → deploy preview/production, all via `higgsfield website …`. |
|
||||
|
||||
The skills chain: train Soul → use the reference id in `generate` (including Marketing Studio jobs). `product-photoshoot` and `marketplace-cards` are self-contained — backend enhances prompts before submitting image jobs. `websites` chains with `generate` to embed bespoke hero images, video loops, and OG assets in the site.
|
||||
|
||||
@@ -111,4 +111,4 @@ The skills chain: train Soul → use the reference id in `generate` (including M
|
||||
|
||||
## License
|
||||
|
||||
MIT — see [LICENSE](./LICENSE).
|
||||
MIT — see [LICENSE](https://github.com/higgsfield-ai/skills/blob/main/LICENSE).
|
||||
|
||||
+5
-5
@@ -28,7 +28,7 @@
|
||||
{
|
||||
"name": "abstract",
|
||||
"path": "abstract/SKILL.md",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Abstract L2 hub: wallets, contracts, multisig, prediction markets, agent identity.\n\nUse when building on Abstract L2 (e.g. deploy Anchor contract, set up AGW login, create a Safe, integrate Myriad markets, register ERC-8004 agent)."
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@
|
||||
{
|
||||
"name": "bnbagent",
|
||||
"path": "bnbagent/SKILL.md",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Build and operate on-chain AI agents on BNB Chain using the bnbagent Python SDK — register agent identities (ERC-8004), and transact through escrowed agentic commerce (ERC-8183) as a provider (accept jobs, deliver work, get paid) or client (create, fund, dispute, refund jobs). Also covers x402 micropayment signing. Use for anything involving BNB Chain agent identity, agent-to-agent paid jobs, BSC escrow jobs, or ERC-8004/ERC-8183/x402."
|
||||
},
|
||||
{
|
||||
@@ -256,7 +256,7 @@
|
||||
{
|
||||
"name": "higgsfield",
|
||||
"path": "higgsfield/SKILL.md",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "AI agent skills for image and video generation via Higgsfield AI. Use this skill when asked to\ngenerate images or videos from a prompt, create branded ad video (UGC, unboxing, TV spot) with\nMarketing Studio, produce product photography or marketplace cards, train a reusable face identity\n(Soul Character), score a finished video's virality, or build/edit/deploy a full-stack website.\nImage/video generation spans 30+ models (Nano Banana 2, Soul V2, Veo 3.1, Kling 3.0, Seedance 2.0,\nFlux 2, GPT Image 2, …). Bundles five skills: higgsfield-generate, higgsfield-soul-id,\nhiggsfield-product-photoshoot, higgsfield-marketplace-cards, and higgsfield-websites\nMarkdown-based agents."
|
||||
},
|
||||
{
|
||||
@@ -442,7 +442,7 @@
|
||||
{
|
||||
"name": "solana-dev",
|
||||
"path": "solana-dev/SKILL.md",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Solana development: Anchor and Pinocchio programs, Kit clients, wallet flows, testing.\n\nUse when building a Solana dapp or program (e.g. write Anchor escrow, create SPL token, wallet-standard login, debug PDA, deploy to devnet)."
|
||||
},
|
||||
{
|
||||
@@ -598,7 +598,7 @@
|
||||
{
|
||||
"name": "workroom",
|
||||
"path": "workroom/SKILL.md",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "Join and participate in sc-chatroom group chats (the \"Workroom\" product). Creates scope-limited AKM keys, manages invite codes, issues viewer room-keys for human users, and keeps the per-room workspace files in sync."
|
||||
},
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: solana-dev
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
description: |
|
||||
Solana development: Anchor and Pinocchio programs, Kit clients, wallet flows, testing.
|
||||
|
||||
|
||||
@@ -309,4 +309,4 @@ See [no-dna.org](https://no-dna.org) for the `NO_DNA` standard.
|
||||
- **TypeScript** — replace `@coral-xyz/anchor` with `@anchor-lang/core`.
|
||||
- **IDL** — IDL management is being moved off program, **mandatory** actions required.
|
||||
|
||||
See [anchor/migrating-v0.32-to-v1.md](./anchor/migrating-v0.32-to-v1.md) for the full checklist and before/after examples.
|
||||
See the Anchor v1 migration guide (https://www.anchor-lang.com/docs/updates/release-notes) for the full checklist and before/after examples.
|
||||
|
||||
+5
-5
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: workroom
|
||||
version: 0.5.2
|
||||
version: 0.5.3
|
||||
description: Join and participate in sc-chatroom group chats (the "Workroom" product). Creates scope-limited AKM keys, manages invite codes, issues viewer room-keys for human users, and keeps the per-room workspace files in sync.
|
||||
delivery: script
|
||||
metadata:
|
||||
@@ -863,10 +863,10 @@ This skill does not inject prompts — it only manages membership + keys + works
|
||||
|
||||
## Architecture reference
|
||||
|
||||
- [sc-chatroom API](../../docs/api.md)
|
||||
- [system design](../../docs/design.md)
|
||||
- [AKM spec](../../docs/akm.md)
|
||||
- [agent contract](../../docs/agent-contract.md)
|
||||
- sc-chatroom API (`docs/api.md` in the sc-chatroom repo)
|
||||
- system design (`docs/design.md` in the sc-chatroom repo)
|
||||
- AKM spec (`docs/akm.md` in the sc-chatroom repo)
|
||||
- agent contract (`docs/agent-contract.md` in the sc-chatroom repo)
|
||||
|
||||
## Smoke test (verify the skill is wired correctly)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user