スキル一覧に戻る
elenaviter

sources-section

by elenaviter

KDCube AI Applications

4🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: sources-section description: | Appends a Sources/References section using only web sources from the sources pool. version: 1.0.0 category: reporting tags:

  • sources
  • citations
  • references
  • web namespace: internal when_to_use:
  • The user asks for sources, references, or citations
  • You are producing a report that must include a sources section
  • You are generating HTML/Markdown that should list web evidence author: kdcube created: 2026-01-16

Sources Section (Web Sources Only)

Overview

When sources are requested, append a Sources or References section at the end of the document. Only include web sources that exist in the sources pool and were actually used. Do NOT include attachments or local files in the sources list.

Rules

  1. Web sources only

    • Include only sources with web URLs from sources pool.
    • Exclude attachments and files, even if they were used.
  2. Use real URLs and titles

    • Use the exact URL and title as shown in sources pool entries.
    • Never invent or guess a URL.
  3. Placement

    • Always place the Sources/References section at the end of the document.

Markdown Template

## Sources
1. [Title from source](https://example.com) — S:12
2. [Another source](https://example.org) — S:18

HTML Template

<section class="sources">
  <h2>Sources</h2>
  <ol>
    <li><a href="https://example.com">Title from source</a> <span class="sid">S:12</span></li>
    <li><a href="https://example.org">Another source</a> <span class="sid">S:18</span></li>
  </ol>
</section>

Notes

  • SIDs should correspond to sources pool entries actually used in the content.
  • If no web sources were used, do not fabricate a sources section.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です