🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@starfetch-js/skill

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starfetch-js/skill - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+2
-2
package.json
{
"name": "@starfetch-js/skill",
"version": "0.2.1",
"version": "0.2.2",
"description": "Agent skill for safe, reproducible queries of Gaia, SIMBAD, VizieR, and other public astronomy catalogs.",

@@ -63,3 +63,3 @@ "type": "module",

},
"gitHead": "5edb8bd748ade8549c9336576ca2da3ce60654dc"
"gitHead": "7ddba23a99ba569b9a4088daacf9c6e4ee38a48a"
}

@@ -9,2 +9,8 @@ # @starfetch-js/skill

Install the canonical skill directly from GitHub through skills.sh:
```sh
npx skills add https://github.com/starfetch-js/starfetch/tree/main/packages/skill/skill/starfetch
```
The skill supplements [@starfetch-js/mcp](https://www.npmjs.com/package/@starfetch-js/mcp);

@@ -11,0 +17,0 @@ the MCP server remains usable without filesystem skills. Use the CLI to inspect

@@ -9,6 +9,12 @@ ---

Use Starfetch to query public astronomical Table Access Protocol (TAP)
services. Prefer Starfetch MCP tools when available; otherwise use the
`starfetch` CLI. Installing this skill improves multi-step behavior, but the
MCP server remains usable without it.
services. Prefer Starfetch MCP tools when available.
When MCP tools are unavailable and shell execution is allowed, invoke the CLI
through `npx -y @starfetch-js/cli` instead of assuming that a global
`starfetch` executable is installed. When neither MCP tools nor shell execution
are available, explain that Starfetch must first be connected or installed.
Installing this skill improves multi-step behavior, but the MCP server remains
usable without it.
## Mandatory workflow

@@ -15,0 +21,0 @@