personal-website

Generate a single-file HTML personal homepage from local user metadata.

1.2k|100|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/clacky-ai/openclacky --skill personal-website-clacky-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-website
Source: https://github.com/clacky-ai/openclacky/tree/main/lib/clacky/default_skills/personal-website
Command: npx skills add https://github.com/clacky-ai/openclacky --skill personal-website-clacky-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People want a simple, brandable online presence without complex setup, so they can share a polished profile card.

Core Features & Use Cases

  • Generate a self-contained personal homepage by reading local agent metadata and a soul config to render a public URL.
  • Publish under your own brand with a shareable URL that aggregates links, bio, and contact info.
  • Use cases include linking to social profiles, resumes, portfolios, and contact methods for networking and personal branding.

Quick Start

Generate your own profile and publish it to a public URL.

Frequently Asked Questions about personal-website

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

FAQPage Schema
How do I generate a personal homepage from my local profile metadata?

You generate a personal homepage by reading local agent metadata and soul configuration files to compose a self-contained HTML profile, which is then published as a shareable public URL aggregating your links and bio.

Can I create a single-file HTML profile card without external resources for mobile?

Yes, you can create a single-file HTML profile card without external resources. The homepage generation uses a responsive mobile-first design approach, embedding all assets directly to ensure the profile is completely self-contained.

Do I need a specific platform or token to publish a shareable profile URL?

Yes, publishing a shareable profile URL requires token-based authentication to deploy the generated single-file HTML to the OpenClacky platform using the provided publish script.

What is the best way to consolidate social links and a bio for networking?

The best way to consolidate social links and a bio for networking is to aggregate them into a brandable online card. The system reads structured data from local config files to render a unified, shareable public profile.

Does the homepage generation process work with local agent files?

Yes, the homepage generation process works directly with local agent files. It parses data from ~/.clacky/agents/USER.md and SOUL.md to extract your bio and contact information for rendering the public profile.