Back to Discover

skills

skill

tiangong-ai

skills

View on GitHub
7 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add tiangong-ai/skills

README


docType: guide scope: repo status: current authoritative: true owner: skills language: en whenToUse: "When installing, updating, or using the Tiangong AI reusable skills repository." whenToUpdate: "When install commands, target agents, scope behavior, environment variables, or available skill guidance changes." checkPaths:

  • AGENTS.md
  • .docpact/config.yaml
  • README.zh-CN.md
  • .claude-plugin/**
  • "*/SKILL.md" lastReviewedAt: 2026-07-23 lastReviewedCommit: 2432b091ba4d56ba4c3dcbec0e6870ed1b689cf4

Tiangong AI Skills

Repository: https://github.com/tiangong-ai/skills

Use the skills CLI from https://github.com/vercel-labs/skills to install, update, and manage these skills.

Install the CLI

npm i skills -g

Install

  • List available skills (no install):
    npx skills add https://github.com/tiangong-ai/skills --list
    
  • Install all skills (project scope by default):
    npx skills add https://github.com/tiangong-ai/skills
    
  • Install specific skills:
    npx skills add https://github.com/tiangong-ai/skills --skill tiangong-kb-sci-search --skill dify-knowledge-base-search
    

Target agents and scope

  • Target specific agents:
    npx skills add https://github.com/tiangong-ai/skills -a codex -a claude-code
    
  • Install globally (user scope):
    npx skills add https://github.com/tiangong-ai/skills -g
    
  • Scope notes:
    • Project scope installs into ./<agent>/skills/.
    • Global scope installs into ~/<agent>/skills/.

Install method

  • Interactive installs let you choose:
    • Symlink (recommended)
    • Copy

Update and verify

  • List installed skills:
    npx skills list
    
  • Check for updates:
    npx skills check
    
  • Update all skills:
    npx skills update
    

Environment Variables

Environment requirements live with each skill. Before using a skill that calls an external service, read that skill's references/env.md when present.

Rendered live from tiangong-ai/skills's GitHub README — not stored, always reflects the source repo.

7 Plugins

NameDescriptionCategorySource
news-and-journal-pipelinesNews, RSS, and journal ingestion pipelines for fetching metadata, enriching full text, and generating grounded summaries../
public-opinion-and-media-intelligencePublic-opinion, social-media, policy-comment, and news-intelligence skills across GDELT, Regulations.gov, YouTube, and Bluesky../
environment-and-geospatial-monitoringEnvironmental and geospatial monitoring skills for weather, air quality, floods, fires, and observational datasets../
knowledge-base-and-research-opsKnowledge-base, literature, document parsing, and research workflow skills for ingestion, retrieval, metadata backfill, and notebook operations../
email-and-mailbox-automationMailbox monitoring, message retrieval, draft staging, and outbound email delivery skills built around IMAP and SMTP workflows../
file-and-image-utilitiesUtility skills for local file workflows, NAS file operations, image conversion, and image deduplication or cleanup../
engineering-analysisEngineering and repository analysis skills for contribution evaluation and evidence-based reporting../

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.