Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

morphiq-buildMorphiq 构建

Agent Skill

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

总安装

212

周安装

9

GitHub Stars

公开资料未说明

下载量

74
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:morphiq-build(Morphiq 构建)
来源仓库:https://github.com/morphiqlabs/morphiq-labs-skills
仓库路径:skills/morphiq-build
安装命令:
npx skills add https://github.com/morphiqlabs/morphiq-labs-skills --skill morphiq-build
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/morphiqlabs/morphiq-labs-skills --skill morphiq-build

简介

用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 可根据关键词、任务场景或来源线索进行信息定位与筛选。
  • 建议结合原始 README 和仓库内容进一步验证具体用法。
  • 安装前需确认是否会触发联网、命令执行或文件读写等操作。
  • morphiq-build 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Pipeline Position

Step 3 of 4 — consumes morphiq-rank output.

  • Input: Prioritized Roadmap (JSON) OR user prompt OR existing content.
  • Output: Build Output (JSON + artifacts) → consumed by morphiq-track.
  • Data contract: See PIPELINE.md §3 for the Build Output schema.

Purpose

Morphiq Build fixes issues from morphiq-rank. It creates new content, optimizes existing content, generates schema markup, builds policy files, and produces artifacts to improve AI visibility. The core engine is a 6-step content lab pipeline.

Entry Points

Path A — From Prioritized Roadmap: Process issues by tier and priority. Route each to the appropriate fix workflow.

Path B — From User Prompt: Accept topic, optional source URLs (up to 5), optional ICP/brand context. Route to content lab pipeline.

Path C — From Existing Content: Accept content URL or raw text. Route to quality rewrite workflow.

Content Lab Pipeline (6 Steps)

Step 1: Ingest Sources

Validate URLs, filter blocked domains, deduplicate, cap at 10. Accept raw text or PDF alternatives. Halt if zero valid sources.

Step 2: Extract Content

Crawl each URL → clean markdown. Extract title, content, outbound links, publish date. Halt if zero successful extractions.

Step 3: Analyze Gaps

Analyze against query space. Identify 5 gap types:

Gap TypeWhat Is Missing
ContentUnanswered questions, missing perspectives
DataMissing statistics, quantitative evidence
FormatWrong format for LLM retrieval
DepthSurface-level, no expert insight
Fanout coverageSub-queries AI would chain but site cannot answer

Detect comparative intent. Evaluate fanout coverage using content type → sub-query rules. Generate up to 5 search queries.

For gap taxonomy and severity, read references/gap-taxonomy.md.

Step 4: Research to Fill Gaps

Run up to 5 live web searches. Collect authoritative sources, statistics (number + source + URL), expert quotes (speaker + credential), industry insights. If comparative intent, dedicate 1 search to brand data.

For citation rules, read references/enrichment-sources.md.

Step 5: Generate / Rewrite

Produce final content applying Morphiq standard:

  • E-E-A-T signals, name-drop citations, expert quotes
  • Heading hierarchy, 50–75 word paragraphs, direct-answer blocks
  • Brand positioning (comparative or authority mode)
  • 1,200–1,600 words, 5–7 H2 sections, FAQ with 3–5 Q&As
  • Minimum 3 statistics, 1 expert quote, sources section
  • No fabricated case studies

For full pipeline spec, read references/content-lab-pipeline.md.

Step 6: Validate Fanout Coverage (Fanout Issues Only)

For fanout-* issues with fanout_context: validate generated content addresses all triggering sub-queries and meets the competitive quality floor. If coverage < 80% or quality floor not met, revise once. Skip for non-fanout content.

Run scripts/validate-coverage.py with generated content + triggering sub-queries + quality floor.

Post-Pipeline Processing

ProcessWhat It DoesReference
Schema InjectionClassify content type, generate JSON-LD. New content: embed schema in content artifact. Existing content: separate schema artifact with implementation tracking.references/schema-templates.md
Metadata OptimizationMeta description, slug, OG tagsreferences/metadata-patterns.md
llms.txt GenerationFull autonomous pipeline: scrape → LLM → validate → repair → template fallbackreferences/llms-txt-spec.md
Content RestructuringFix headings, split paragraphs
Internal LinkingLink related pages for site: coveragereferences/content-lab-pipeline.md
EnrichmentAdditional search for missing stats/citationsreferences/enrichment-sources.md
FAQ GenerationGenerate FAQ from gap analysisreferences/faq-guidelines.md

Issue Type → Fix Routing

Issue CategoryFix Approach
agentic-* schemaSchema Injection — generate JSON-LD
agentic-* metadataMetadata Optimization — generate tags
content-* qualityQuality Rewrite — Step 5 pipeline
chunking-buried-answerQuality Rewrite — Step 5 pipeline (Claude-driven rewrite to answer-first structure)
chunking-* structure (other)Content Restructuring
policy-* filesPolicy file generation
fanout-* coverageFull 6-step pipeline for new content. When fanout_context is present, pass triggering_sub_queries to Step 3 and competitor_sources to Step 4. Run Step 6 (coverage validation) before post-pipeline processing.
visibility-*Enrich existing content via pipeline

Build Output

Artifacts with type: "content", "schema", "metadata", "policy_file". Each includes placement instructions.

Reference Files

FilePurpose
references/content-lab-pipeline.mdFull 6-step pipeline with I/O formats
references/gap-taxonomy.mdGap types, severity, search query rules
references/enrichment-sources.mdCitation format, source preferences
references/schema-templates.mdJSON-LD templates, skip conditions
references/metadata-patterns.mdSEO metadata rules
references/llms-txt-spec.mdllms.txt spec and generation
references/faq-guidelines.mdFAQ generation rules

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.82%
按下载量换算27

Claude

31.68%
按下载量换算23

Cursor

16.86%
按下载量换算12

Gemini CLI

8.41%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills