Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

simpsons-search辛普森一家搜索

Agent Skill

simpsons-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,163

周安装

177

GitHub Stars

公开资料未说明

下载量

1,458
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:simpsons-search(辛普森一家搜索)
来源仓库:https://github.com/smev1/simpsons-search
安装命令:
openclaw skills install simpsons-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install simpsons-search

简介

simpsons-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词快速定位候选结果时使用。

  • 主要功能是使用《辛普森一家》剧集脚本作为源,支持本地索引加速查找。
  • 通过 openclaw skills install 命令从 ClawHub 安装,需确认权限范围。
  • 建议在使用前检查维护状态及是否会触发外部数据读取或缓存操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
simpsons-search
description
Search and reference Simpsons episode scripts using Springfield! Springfield! as the source, with an optional local episode index for faster lookups. Use when a user asks for Simpsons quotes, wants to identify an episode by line or scene, compare recurring jokes or characters, or find short script excerpts and source links.

Simpsons Search

Use this skill to find Simpsons quotes and episode scripts without stuffing a giant corpus into context.

Source

Primary source:

  • https://www.springfieldspringfield.co.uk/episode_scripts.php?tv-show=the-simpsons

Preferred approach:

  • keep a local episode index with titles + URLs
  • optionally build a local searchable corpus cache for better quote accuracy
  • fetch individual script pages when needed or while building the corpus
  • return short excerpts plus the source link

Default to the index first. Build the corpus when the user wants stronger quote/scene search quality.

Workflow

  1. Read the local index at references/simpsons-episodes.json if it exists.
  2. If the index is missing or stale, refresh it with scripts/build_index.py.
  3. Search the index by episode title when the user asks for a known episode.
  4. Search the website or fetched script text when the user asks for:

- a quote fragment - a scene description - a character/topic pattern

  1. When the user wants a character voice or impression, read references/simpsons-characters.json or use the helper scripts first.
  2. Return:

- episode title or character name - script URL when relevant - a short excerpt, summary, or character brief - note when the match is approximate

Files

  • references/simpsons-episodes.json — local metadata index of episode titles and URLs
  • references/cache/ — cached fetched script pages
  • references/simpsons-corpus.json — optional local searchable corpus cache
  • references/simpsons-characters.json — grounded character briefs for impressions and style matching
  • references/simpsons-character-evidence.json — script-derived evidence lines and episode presence for seeded characters
  • references/simpsons-character-dossiers.json — richer auto-built dossiers with top terms, related characters, and candidate catchphrases
  • scripts/build_index.py — rebuild the episode index from the source page
  • scripts/build_corpus.py — fetch/cache scripts and build a local searchable corpus
  • scripts/build_search_index.py — build a lightweight inverted index for faster quote lookups
  • scripts/build_character_dossiers.py — synthesize richer character dossiers from the corpus
  • scripts/find_episode.py — fuzzy local search over the index
  • scripts/find_quote.py — quote/topic search using the search index + local corpus when available, otherwise cached fetched pages
  • scripts/find_character.py — fuzzy character lookup over the local character briefs
  • scripts/character_brief.py — human-readable character brief and imitation prompt
  • scripts/extract_character_evidence.py — derive character evidence snippets from the local script corpus
  • scripts/rewrite_as_character.py — build a rewrite/imitation prompt package for a target character
  • scripts/speak_as_character.py — assemble a direct style guide package for replying as a chosen character

Common tasks

Find by title

Run:

python3 scripts/find_episode.py "steamed hams"

Then fetch the matched page if needed.

Find by quote fragment or topic

Run:

python3 scripts/find_quote.py "steamed hams"

Behavior:

  1. Prefer the local corpus if references/simpsons-corpus.json exists.
  2. Otherwise use the local index to shortlist candidates and fetch/cache likely script pages.
  3. Rank matches by phrase hit, term coverage, and term frequency.
  4. Return short excerpts with source links.

To build the stronger corpus cache:

python3 scripts/build_corpus.py
python3 scripts/build_search_index.py

Find a character voice

Run:

python3 scripts/find_character.py "mr burns"
python3 scripts/character_brief.py "mr burns"

Use the returned brief before writing in-character text. Base the imitation on role, traits, rhythm, themes, and recurring attitudes.

To ground the brief with script evidence:

python3 scripts/extract_character_evidence.py

To generate a rewrite prompt package:

python3 scripts/rewrite_as_character.py "moe" "i can't believe this meeting is still going"

To build richer dossiers:

python3 scripts/build_character_dossiers.py

To get a direct speaking-style package:

python3 scripts/speak_as_character.py "mr burns" "complain about modern coffee shops"

Notes

  • The local index is for discovery, not full-text script storage.
  • The corpus improves quote accuracy but still depends on script-source quality.
  • Character briefs are grounded style guides, not a claim of perfect canon simulation.
  • If a quote search needs broader coverage, search the web first, then fetch the specific script page.
  • Be explicit when the source appears user-maintained or imperfect.
  • Keep excerpts short and useful.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.79%
按下载量换算1,426

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills