AgentSkillsCN

nit

通过Nitter实例,从终端浏览推文、查看用户时间线,并搜索帖子。当用户希望阅读某人的推文、查看Twitter个人资料,或在不打开浏览器的情况下搜索某一话题的推文时使用。推文内容将直接渲染在终端中。

SKILL.md
--- frontmatter
name: nit
description: >
  Browse tweets, view user timelines, and search posts from the terminal via Nitter instances.
  Use when the user wants to read someone's tweets, check a Twitter profile, or search for
  tweets on a topic without opening a browser. Renders tweet content directly in the terminal.

nit

Browse tweets from the terminal via Nitter instances.

Install

bash
brew install aayush9029/tap/nit

Usage

bash
# Show a user's timeline (default command)
nit elonmusk
nit timeline jack

# Show a user's profile info
nit profile elonmusk

# Search for tweets
nit search "swift concurrency"

# Limit tweets, JSON output, custom instance
nit elonmusk --count 5
nit elonmusk --json
nit elonmusk --instance https://my-nitter.example.com

Subcommands

CommandDescription
timelineShow a user's timeline (default)
profileShow a user's profile info
searchSearch for tweets (best-effort, may be blocked on some instances)

Options

FlagDescription
--count <n>Maximum number of tweets to display
--jsonOutput as JSON
--instance <url>Custom Nitter instance URL