Skip to content

Add skill: tensorfeed#405

Open
RipperMercs wants to merge 1 commit into
openai:mainfrom
RipperMercs:add-tensorfeed-skill
Open

Add skill: tensorfeed#405
RipperMercs wants to merge 1 commit into
openai:mainfrom
RipperMercs:add-tensorfeed-skill

Conversation

@RipperMercs
Copy link
Copy Markdown

Summary

Adds the tensorfeed skill that teaches Codex when and how to use TensorFeed.ai's hosted MCP server (https://tensorfeed.ai/api/mcp) for live, machine-readable AI ecosystem and regulated-domain data.

What it covers

The MCP server exposes 17 free tools, no auth required, across five domains:

Domain Tools Codex use cases
News + AI ecosystem 3 "what's new from Anthropic this week", "is Claude up", "compare GPT-5 and Opus pricing"
Security advisories 5 CVE lookup, KEV check, EPSS triage, OSV package audit
Finance + filings 3 SEC EDGAR full-text search, ticker-to-CIK lookup, recent filings
FDA regulatory 5 FAERS adverse events, SPL labels, drug/food recalls, MAUDE devices
Energy + macro 1 EIA series (oil, gas, electricity)

The SKILL.md walks Codex through connection (codex mcp add --url), trigger conditions, the tool catalog, and output discipline (preserve attribution, surface source/fetched_at for freshness).

Trigger guidance

The frontmatter description includes explicit trigger and skip sections per the convention seen in skills/.curated/cli-creator/SKILL.md:

  • Trigger: AI news, model pricing comparison, AI service status, security CVE lookup, FDA recall lookup, SEC company filing, US energy/macro indicator
  • Skip: pure code generation without live-data dependency, user wants their own private data, non-AI-domain questions

License

  • Skill content: MIT (skills/tensorfeed/LICENSE.txt)
  • Underlying data: US Government public domain (SEC, BLS, FRED, MITRE, CISA, EIA), CC0 (openFDA), FIRST.org free-for-any-use (EPSS), Apache 2.0 (OSV.dev). Commercial redistribution permitted; attribution preserved on every response per upstream policies.

Test plan

  • SKILL.md frontmatter parses (name, description, version, author, license)
  • MCP server live and responding to tools/list with 17 tools (verified 2026-05-09)
  • Each tool returns 200 + ok:true on representative queries
  • License file (LICENSE.txt) included per the convention seen in .curated/cli-creator/
  • codex mcp add --url https://tensorfeed.ai/api/mcp tensorfeed resolves locally (operator to verify)

About TensorFeed

TensorFeed.ai aggregates and re-serves machine-readable AI ecosystem data. Source: https://github.com/RipperMercs/tensorfeed. Endpoint catalog: https://tensorfeed.ai/api/meta. Also published in the official Model Context Protocol Registry as ai.tensorfeed/mcp-server, and as connectors in anthropics/life-sciences#41, anthropics/skills#1114, anthropics/knowledge-work-plugins#221, and anthropics/financial-services#156. Each submission goes through the destination's preferred contribution path; this PR follows the openai/skills skills/<name>/ convention used by recent third-party skills like agentfeeds (#388) and Higgsfield skills (#404).

Adds the tensorfeed skill teaching Codex when and how to use TensorFeed.ai's
hosted MCP server (https://tensorfeed.ai/api/mcp) for live, machine-
readable AI ecosystem and regulated-domain data.

The skill covers 17 free MCP tools across:
  - News + AI ecosystem (3 tools)   AI news, status, model pricing
  - Security advisories  (5 tools)   MITRE CVE / CISA KEV / FIRST.org EPSS / OSV.dev (x2)
  - Finance + filings    (3 tools)   SEC EDGAR search/submissions/tickers
  - FDA regulatory       (5 tools)   FAERS, SPL, recalls (x2), MAUDE
  - Energy + macro       (1 tool)    EIA series

Trigger guidance: AI news / model pricing comparison / AI service
status / security CVE lookup / FDA recall lookup / SEC company filing
/ US energy or macro indicator. Skip: pure code generation without a
live-data dependency, the user wants their own private data, non-AI-
domain questions.

License posture: most data is US Government public domain (SEC, BLS,
FRED, MITRE, CISA, EIA) or CC0 (openFDA), with FIRST.org EPSS free
for any use and OSV.dev under Apache 2.0. Commercial redistribution
permitted across the surface; attribution preserved on every response
per upstream policies.

The TF MCP server is also published as a hosted server in the
official Model Context Protocol Registry as ai.tensorfeed/mcp-server.

Files:
  skills/tensorfeed/SKILL.md
  skills/tensorfeed/LICENSE.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants