An open API service indexing awesome lists of open source software.

https://github.com/refrakts/spark-skills


https://github.com/refrakts/spark-skills

agentskills flashnet skills spark sparkscan

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Spark Skills

[Skills](https://agentskills.io/) for exploring the [Spark](https://www.spark.money/) network.

These skills give AI coding agents the ability to look up addresses, inspect tokens, and trace transactions on the Spark network using the Sparkscan CLI.

## Installing

Compatible with any agent that supports the [Agent Skills](https://agentskills.io/) standard.

### npx skills

```
npx skills add refrakts/spark-skills
```

## Skills

Skills are loaded automatically when a conversation matches their triggers.

| Skill | Description |
|-------|-------------|
| [sparkscan](skills/sparkscan/) | Look up Spark addresses, tokens, holders, and transactions via the Sparkscan CLI |

## Resources

- [Spark](https://www.spark.money/)
- [Flashnet Documentation](https://docs.flashnet.xyz/introduction)
- [Sparkscan Documentation](https://docs.sparkscan.io/introduction)
- [Sparkscan CLI](https://github.com/refrakts/sparkscan-cli)
- [Agent Skills Specification](https://agentskills.io/specification)
- [skills.sh Directory](https://skills.sh)