share-skill

Validate and package local skills into bundles for Airtable upload.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/beam-ai-team/beam-next-skills --skill share-skill-beam-ai-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-skill
Source: https://github.com/beam-ai-team/beam-next-skills/tree/main/skills/general/share-skill
Command: npx skills add https://github.com/beam-ai-team/beam-next-skills --skill share-skill-beam-ai-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish local skills to the central Skill Marketplace to enable teams to discover, reuse, and standardize capabilities across projects.

Core Features & Use Cases

  • Validate and package locally developed skills into a marketplace-ready bundle.
  • Upload to Airtable so others can import and deploy skills in their workflows.
  • Centralize skill discovery, versioning, and collaboration across the organization.

Quick Start

Publish your skill to the marketplace by running the upload workflow from the skill directory.

Frequently Asked Questions about share-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a local skill to the marketplace?

To publish a local skill to the marketplace, you validate SKILL.md frontmatter, package files into a bundle, and run the upload workflow from your skill directory to push it to Airtable.

What does skill validation check before marketplace upload?

Skill validation checks that your SKILL.md file conforms to required frontmatter specifications before packaging files into a bundle for Airtable upload, ensuring the skill is marketplace-ready.

Can I preview my skill bundle before uploading it to Airtable?

Yes, the publish workflow supports a preview mode that allows you to review the packaged bundle locally before executing the final upload to the central Airtable marketplace.

How does packaging skills for Airtable work?

Packaging skills for Airtable works by bundling your locally developed skill files and validated SKILL.md into a single upload-ready format that integrates with the central marketplace for team discovery.

Do I need Airtable to share skills across projects?

Yes, Airtable serves as the central marketplace repository where packaged skill bundles are uploaded, enabling other teams to discover, import, and reuse the capabilities in their workflows.

Why does my skill upload fail frontmatter requirements?

Skill uploads fail frontmatter requirements when the SKILL.md file does not conform to the expected specifications, so you must run the validation script to check and correct structural issues before packaging.