Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Reach 56,000+ AI builders from just $0.50 a click

You only pay for clicks, never impressions - and it's far cheaper than Google Ads, with no monthly lock-in.

Advertise from $0.50/click β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
CLN.Work β€” Stop prompting, start hiring AI employees logoCLN.Work β€” Stop prompting, start hiring AI employees

Turn your Claude agents into a real team β€” onboard them, assign tasks, and manage them like staff.

Hire AI employees β†’
Deploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch OpenClaw on Hostinger in about 60 seconds and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Deploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch Hermes on Hostinger in about 60 seconds, connect Telegram & Discord, and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Reach 56,000+ AI builders from just $0.50 a click

You only pay for clicks, never impressions - and it's far cheaper than Google Ads, with no monthly lock-in.

Advertise from $0.50/click β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
CLN.Work β€” Stop prompting, start hiring AI employees logoCLN.Work β€” Stop prompting, start hiring AI employees

Turn your Claude agents into a real team β€” onboard them, assign tasks, and manage them like staff.

Hire AI employees β†’
Deploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch OpenClaw on Hostinger in about 60 seconds and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Deploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch Hermes on Hostinger in about 60 seconds, connect Telegram & Discord, and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Reach 56,000+ AI builders from just $0.50 a click

You only pay for clicks, never impressions - and it's far cheaper than Google Ads, with no monthly lock-in.

Advertise from $0.50/click β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
CLN.Work β€” Stop prompting, start hiring AI employees logoCLN.Work β€” Stop prompting, start hiring AI employees

Turn your Claude agents into a real team β€” onboard them, assign tasks, and manage them like staff.

Hire AI employees β†’
Deploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch OpenClaw on Hostinger in about 60 seconds and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Deploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch Hermes on Hostinger in about 60 seconds, connect Telegram & Discord, and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Skills/github/awesome-copilot/update-markdown-file-index
update-markdown-file-index logo

update-markdown-file-index

github/awesome-copilot
9K installs35K stars
Run it on Hostinger β†’up to 70% off + an extra 10% with code ZACAARON10Free API β†’

Installation

npx skills add https://github.com/github/awesome-copilot --skill update-markdown-file-index

Summary

Update a markdown file section with an index/table of files from a specified folder.

SKILL.md

Update Markdown File Index

Update markdown file ${file} with an index/table of files from folder ${input:folder}.

Process

  1. Scan: Read the target markdown file ${file} to understand existing structure
  2. Discover: List all files in the specified folder ${input:folder} matching pattern ${input:pattern}
  3. Analyze: Identify if an existing table/index section exists to update, or create new structure
  4. Structure: Generate appropriate table/list format based on file types and existing content
  5. Update: Replace existing section or add new section with file index
  6. Validate: Ensure markdown syntax is valid and formatting is consistent

File Analysis

For each discovered file, extract:

  • Name: Filename with or without extension based on context
  • Type: File extension and category (e.g., .md, .js, .py)
  • Description: First line comment, header, or inferred purpose
  • Size: File size for reference (optional)
  • Modified: Last modified date (optional)

Table Structure Options

Choose format based on file types and existing content:

Option 1: Simple List

## Files in ${folder}

- [filename.ext](path/to/filename.ext) - Description
- [filename2.ext](path/to/filename2.ext) - Description

Option 2: Detailed Table

FileTypeDescription
filename.extExtensionDescription
filename2.extExtensionDescription

Option 3: Categorized Sections

Group files by type/category with separate sections or sub-tables.

Update Strategy

  • πŸ”„ Update existing: If table/index section exists, replace content while preserving structure
  • βž• Add new: If no existing section, create new section using best-fit format
  • πŸ“‹ Preserve: Maintain existing markdown formatting, heading levels, and document flow
  • πŸ”— Links: Use relative paths for file links within the repository

Section Identification

Look for existing sections with these patterns:

  • Headings containing: "index", "files", "contents", "directory", "list"
  • Tables with file-related columns
  • Lists with file links
  • HTML comments marking file index sections

Requirements

  • Preserve existing markdown structure and formatting
  • Use relative paths for file links
  • Include file descriptions when available
  • Sort files alphabetically by default
  • Handle special characters in filenames
  • Validate all generated markdown syntax

Score

0–100
81/ 100

Grade

B

Popularity23/30

8,611 installs β€” solid traction. Source repo has 35,011 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust25/25

Published by github β€” an official/recognized organization.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness β€” computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Update Markdown File Index skill score badge previewScore badge

Markdown

[![Update Markdown File Index skill](https://www.remoteopenclaw.com/skills/github/awesome-copilot/update-markdown-file-index/badges/score.svg)](https://www.remoteopenclaw.com/skills/github/awesome-copilot/update-markdown-file-index)

HTML

<a href="https://www.remoteopenclaw.com/skills/github/awesome-copilot/update-markdown-file-index"><img src="https://www.remoteopenclaw.com/skills/github/awesome-copilot/update-markdown-file-index/badges/score.svg" alt="Update Markdown File Index skill"/></a>

Update Markdown File Index FAQ

How do I install the Update Markdown File Index skill?

Run β€œnpx skills add https://github.com/github/awesome-copilot --skill update-markdown-file-index” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run β€” no restart or extra configuration needed.

What does the Update Markdown File Index skill do?

Update a markdown file section with an index/table of files from a specified folder. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Update Markdown File Index skill free?

Yes. Update Markdown File Index is a free, open-source skill published from github/awesome-copilot. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Update Markdown File Index work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Update Markdown File Index works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Reach 56,000+ AI builders from just $0.50 a click

You only pay for clicks, never impressions - and it's far cheaper than Google Ads, with no monthly lock-in.

Advertise from $0.50/click β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
CLN.Work β€” Stop prompting, start hiring AI employees logoCLN.Work β€” Stop prompting, start hiring AI employees

Turn your Claude agents into a real team β€” onboard them, assign tasks, and manage them like staff.

Hire AI employees β†’
Deploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch OpenClaw on Hostinger in about 60 seconds and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Deploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch Hermes on Hostinger in about 60 seconds, connect Telegram & Discord, and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Reach 56,000+ AI builders from just $0.50 a click

You only pay for clicks, never impressions - and it's far cheaper than Google Ads, with no monthly lock-in.

Advertise from $0.50/click β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
CLN.Work β€” Stop prompting, start hiring AI employees logoCLN.Work β€” Stop prompting, start hiring AI employees

Turn your Claude agents into a real team β€” onboard them, assign tasks, and manage them like staff.

Hire AI employees β†’
Deploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch OpenClaw on Hostinger in about 60 seconds and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Deploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch Hermes on Hostinger in about 60 seconds, connect Telegram & Discord, and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Reach 56,000+ AI builders from just $0.50 a click

You only pay for clicks, never impressions - and it's far cheaper than Google Ads, with no monthly lock-in.

Advertise from $0.50/click β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
CLN.Work β€” Stop prompting, start hiring AI employees logoCLN.Work β€” Stop prompting, start hiring AI employees

Turn your Claude agents into a real team β€” onboard them, assign tasks, and manage them like staff.

Hire AI employees β†’
Deploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your OpenClaw agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch OpenClaw on Hostinger in about 60 seconds and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Deploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10 logoDeploy your Hermes agent in 60 seconds, live 24/7 β€” 10% off with code ZACAARON10

Launch Hermes on Hostinger in about 60 seconds, connect Telegram & Discord, and keep it live 24/7. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’

Categories

Prompt Injection
View on GitHub

Recommended skills

Browse all β†’
LM

lark-markdown

open.feishu.cn

396K installsInstall
lark-markdown logo

lark-markdown

larksuite/cli

285K installsInstall
para-memory-files logo

para-memory-files

getpaperclipai/paperclip

95K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.6M installsInstall
frontend-design logo

frontend-design

anthropics/skills

679K installsInstall
grill-me logo

grill-me

mattpocock/skills

592K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% β€” up to $300 per referral.

Β© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0