-
Notifications
You must be signed in to change notification settings - Fork 281
Implement some changes to make our docs site more accessible to agents #2440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+107
−0
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
42b9d2b
add agent-friendly content-signal to robots.txt
ElliotFriend 648dbba
add well-known agent-skills discovery stub
ElliotFriend e42bab9
add well-known api-catalog file pointing to our data APIs
ElliotFriend 24b947c
Populate agent-skills index with stellar-dev v1.2.0 skills
kaankacar 4317424
Merge remote-tracking branch 'origin/main' into feat/agent-ready
Copilot 4890886
nginx: advertise api-catalog Link header on 404 responses too
kaankacar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| { | ||
| "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json", | ||
| "skills": [ | ||
| { | ||
| "name": "agentic-payments", | ||
| "type": "skill-md", | ||
| "description": "Agentic and machine-to-machine payments on Stellar. Covers x402 (HTTP 402 paid APIs via OZ Channels facilitator, fee-sponsored clients) and MPP (Machine Payments Protocol) in both Charge mode (per-request SAC) and Channel mode (off-chain commits, high-frequency). Defaults to USDC (SEP-41 SAC) on `stellar:testnet`/`stellar:pubnet` (CAIP-2). Use when selling a paid API to AI agents, building an x402 client, or designing a payment-channel architecture for high-frequency agent traffic.", | ||
| "url": "https://raw.githubusercontent.com/stellar/stellar-dev-skill/v1.2.0/skills/agentic-payments/SKILL.md", | ||
| "digest": "sha256:b5e2d4def2242b684e3bb75a0945808fd4dbf7beb47a34afb8f17b553ee9accd" | ||
| }, | ||
| { | ||
| "name": "assets", | ||
| "type": "skill-md", | ||
| "description": "Stellar Assets (classic) + trustlines + Stellar Asset Contract (SAC) bridge to smart contracts. Covers asset issuance, distribution, authorization flags, clawback, regulated assets, trustline management, and the SAC interop layer that exposes classic assets as SEP-41 contract tokens. Use when tokenizing real-world assets, issuing stablecoins, managing trustlines, or bridging classic assets to smart contracts.", | ||
| "url": "https://raw.githubusercontent.com/stellar/stellar-dev-skill/v1.2.0/skills/assets/SKILL.md", | ||
| "digest": "sha256:8ea19310a053edc0c2856f41908d7923f004538d31c211d287827c3beeb0c8e4" | ||
| }, | ||
| { | ||
| "name": "dapp", | ||
| "type": "skill-md", | ||
| "description": "Stellar dApp / frontend development. Covers the JavaScript stellar-sdk (browser + Node.js), Freighter wallet, Stellar Wallets Kit (multi-wallet), Wallet Standard, smart accounts with passkeys, transaction building / signing / submission, smart contract invocation from the client, simulation, and error handling. Use when building a React/Next.js/Node.js app that talks to Stellar — classic operations or smart contracts.", | ||
| "url": "https://raw.githubusercontent.com/stellar/stellar-dev-skill/v1.2.0/skills/dapp/SKILL.md", | ||
| "digest": "sha256:1c5c5452595216c6f90bf796f1ed86854900e328931bfc930bc1f85367531c04" | ||
| }, | ||
| { | ||
| "name": "data", | ||
| "type": "skill-md", | ||
| "description": "Querying Stellar chain data via Stellar RPC (preferred) and Horizon (legacy). Covers RPC JSON-RPC methods, Horizon REST endpoints, streaming, pagination, historical queries, Hubble/Galexie for deep history, and the RPC/Horizon migration story. Use when reading balances, transactions, operations, ledgers, contract events, or building any indexer/analytics workflow.", | ||
| "url": "https://raw.githubusercontent.com/stellar/stellar-dev-skill/v1.2.0/skills/data/SKILL.md", | ||
| "digest": "sha256:6c2b2da5cd9d3e1cf527b0278f50d4488359bb2ceea823e934c89f14adeef641" | ||
| }, | ||
| { | ||
| "name": "smart-contracts", | ||
| "type": "archive", | ||
| "description": "Stellar smart contract development (Rust, soroban-sdk). Entry point with project setup, contract anatomy, and build/deploy workflow, routing to three companion files in this directory — development.md (storage, auth, cross-contract calls, events, errors, upgrades, factories, troubleshooting), testing.md (unit, fuzz, property, fork, mutation, integration), and security.md (vulnerability classes, checklists, tooling, audits). Use when writing, testing, securing, or shipping Stellar smart contracts (formerly branded Soroban).", | ||
| "url": "https://github.com/stellar/stellar-dev-skill/releases/download/v1.2.0/smart-contracts.tar.gz", | ||
| "digest": "sha256:d3f997c11e09043be025f2768918cc0d989e463e5fb652798ed1050ffc804b06" | ||
| }, | ||
| { | ||
| "name": "standards", | ||
| "type": "skill-md", | ||
| "description": "Stellar standards, ecosystem, and reference. Covers SEPs (Stellar Ecosystem Proposals), CAPs (Core Advancement Proposals), and a quick map for picking the right standard for wallets, anchors, payments, deposits/withdrawals, federation, deep links, and KYC. Also bundles ecosystem references (DeFi protocols, dev tools, wallets, infra, community projects) and curated documentation links. Use when you need to know which SEP applies, or want a starting point for ecosystem integrations and official docs.", | ||
| "url": "https://raw.githubusercontent.com/stellar/stellar-dev-skill/v1.2.0/skills/standards/SKILL.md", | ||
| "digest": "sha256:7a3dbb58ade371a9b7114ac6aedb2b8ceec00a2032ea3e4382f53016d38a28e1" | ||
| }, | ||
| { | ||
| "name": "zk-proofs", | ||
| "type": "skill-md", | ||
| "description": "Zero-knowledge proofs and privacy patterns on Stellar. Covers Groth16 verification in smart contracts via BLS12-381 host functions (CAP-0059, available), the BN254 + Poseidon proposals (CAP-0074/0075, status-sensitive), and concrete toolchain walkthroughs for Circom (on-chain verifiable today), Noir, and RISC Zero (attestation pattern until BN254 lands). Use when building privacy-preserving applications, ZK-verifier contracts, or wiring a proving toolchain to Stellar.", | ||
| "url": "https://raw.githubusercontent.com/stellar/stellar-dev-skill/v1.2.0/skills/zk-proofs/SKILL.md", | ||
| "digest": "sha256:44e992a294103cf0c0dafe35861c5b8bbc6bc0b99e5b41ee0bf560d40d601e20" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| { | ||
| "linkset": [ | ||
| { | ||
| "anchor": "https://developers.stellar.org/docs/data/apis/rpc", | ||
| "service-desc": [ | ||
| { | ||
| "href": "https://developers.stellar.org/stellar-rpc.openrpc.json", | ||
| "type": "application/json" | ||
| } | ||
| ], | ||
| "service-doc": [ | ||
| { | ||
| "href": "https://developers.stellar.org/docs/data/apis/rpc/api-reference", | ||
| "type": "text/html" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "anchor": "https://developers.stellar.org/docs/data/apis/horizon", | ||
| "service-doc": [ | ||
| { | ||
| "href": "https://developers.stellar.org/docs/data/apis/horizon/api-reference", | ||
| "type": "text/html" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "anchor": "https://developers.stellar.org/docs/platforms/anchor-platform", | ||
| "service-doc": [ | ||
| { | ||
| "href": "https://developers.stellar.org/docs/platforms/anchor-platform/api-reference", | ||
| "type": "text/html" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "anchor": "https://developers.stellar.org/docs/platforms/stellar-disbursement-platform", | ||
| "service-doc": [ | ||
| { | ||
| "href": "https://developers.stellar.org/docs/platforms/stellar-disbursement-platform/api-reference", | ||
| "type": "text/html" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the Link header to location /404.html. The 301 redirects were already covered (the add_header in location / uses always), and I kept it per-location rather than moving to server {}, since locations with their own add_header (/index.html, /404.html) would drop an inherited one.