Built-in Tools
Skills can access these tools:| Tool | Description |
|---|---|
find_tables | Semantic search for relevant blockchain tables |
get_table_schema | Get column-level metadata for a table |
run_sql_query | Execute SQL against Flipside’s data warehouse |
use_skill | Invoke another skill at runtime |
publish_html | Deploy visualizations to a public URL |
Creating Skills
Initialize a new skill:Deploying Skills
Push your skill to make it available:Skill Commands
| Command | Description |
|---|---|
flipside skills list | List all skills in your organization |
flipside skills describe <name> | Show skill details |
flipside skills init <name> | Create new skill YAML config |
flipside skills push <file.yaml> | Deploy or update a skill |
flipside skills pull <name> | Download skill config as YAML |
flipside skills delete <name> | Delete a skill |
Assigning Skills to Agents
Reference skills in your agent YAML:Visibility Levels
Skills support three visibility levels:| Level | Description |
|---|---|
private | Only you can access |
organization | All members of your org can access |
public | Anyone can access |