Agent skill
ordinals-marketplace
Browse and search 1Sat Ordinals marketplace on GorillaPool. View listings, search inscriptions, check sales, and find NFTs.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ordinals-marketplace-b-open-io-1sat-skills
SKILL.md
Ordinals Marketplace
Browse and search 1Sat Ordinals marketplace.
When to Use
- Search for ordinals/NFTs
- View marketplace listings
- Check recent sales
- Find specific inscriptions
- Browse collections
Features
Search Inscriptions: Find ordinals by:
- Inscription ID
- Collection name
- Content type (image, text, etc.)
- Price range
View Listings: Browse:
- Active sales listings
- Recently listed
- Price sorted
Sales History: Check:
- Recent sales
- Price trends
- Volume statistics
Usage
# Search inscriptions
bun run /path/to/skills/ordinals-marketplace/scripts/search.ts "query"
# View active listings
bun run /path/to/skills/ordinals-marketplace/scripts/listings.ts
# Recent sales
bun run /path/to/skills/ordinals-marketplace/scripts/sales.ts
API Endpoints
GorillaPool Ordinals API:
- Search:
GET https://ordinals.gorillapool.io/api/inscriptions/search - Listings:
GET https://ordinals.gorillapool.io/api/market/listings - Sales:
GET https://ordinals.gorillapool.io/api/market/sales
Response Data
Returns:
- Inscription IDs
- Content type and size
- Current listings and prices
- Sales history
- Collection information
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?