Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

website-manager网站管理员

Agent Skill

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

总安装

4,088

周安装

167

GitHub Stars

1

下载量

1,323
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:website-manager(网站管理员)
来源仓库:https://github.com/hollaugo/website-manager
安装命令:
openclaw skills install website-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install website-manager

简介

website-manager 管理 Notion 驱动的网站,支持博客、CMS 组件及交互功能维护。

  • 适用于内容管理系统运营、网站重构与动态模块更新等场景。
  • 通过 clawhub 安装并使用 openclaw skills install website-manager 命令集成。
  • 使用前需确认权限范围,注意可能涉及内容修改与发布流程操作。
  • 建议结合原始 README 核实对 Notion 集成的依赖与支持范围。

SKILL.md

name
website-manager
description
Create, recreate, redesign, publish, and operate websites managed from Notion, including blogs, CMS-driven sections, widgets, filtering/search interactions, SEO/AEO/GEO improvements, and lightweight deployment workflows. Use when a user wants one skill that can both build and manage a website over time, with OpenClaw-friendly automation but no hard dependency on OpenClaw-specific tooling.
homepage
https://docs.openclaw.ai/tools/skills
metadata
runtime_metadata
primary_credentials
optional_env_vars
conditional_env_vars
planning_only
[]
notion_cms_provisioning
notion_cms_sync
netlify_existing_site_deploy
netlify_new_site_deploy
credential_scope_guidance
local_runtime_outputs
privileged_operations

Website Manager

Overview

Use this skill when the user wants one workflow that covers both website creation and ongoing website management.

This skill is for:

  • rebuilding or redesigning an existing website
  • creating a new website starter
  • adding or refining pages, widgets, and blog/CMS features
  • managing content from Notion
  • improving SEO, schema, internal linking, filtering, and discoverability
  • setting up lightweight publishing and recurring upkeep

Keep the output portable. The site should not become locked to one host or one agent platform unless the user explicitly asks for that.

Credentials

Core website planning, content modeling, blueprint generation, and validation do not require secrets.

Automated Notion CMS creation and sync do require:

  • NOTION_ACCESS_TOKEN or NOTION_TOKEN
  • NOTION_PARENT_PAGE_ID for the shared parent page where the CMS will be created

Automated Netlify deploys do require:

  • NETLIFY_AUTH_TOKEN
  • optional NETLIFY_SITE_ID when deploying to an existing site

Credential rule:

  • only request these values when the user wants automated CMS creation, CMS sync, or automated deploys
  • prefer NOTION_ACCESS_TOKEN as the canonical variable name and treat NOTION_TOKEN as a compatible fallback
  • for Notion, share a single parent page with the integration and create the CMS as child databases/pages beneath it
  • prefer the least-privileged Netlify token that can create deploys for the target site
  • do not assume these env vars exist just because the skill is installed
  • if NETLIFY_SITE_ID is missing, the deploy helper may create a new Netlify site automatically and persist the returned non-secret site identifiers
  • never store secrets in Notion or repo files; only store non-secret IDs and URLs
  • if the user only wants planning, blueprinting, content modeling, or validation, do not request any secrets

Persisted Files

The helper scripts may write non-secret runtime metadata to local JSON files.

Default locations:

  • .website-manager/notion.json
  • .website-manager/deploy.json

Storage rule:

  • review these files before committing or syncing them anywhere
  • they should contain IDs and URLs, not secrets
  • keep them local by default unless you intentionally want them in your project workflow

Read as needed:

  • references/default-stack.md first for the opinionated baseline this skill should assume
  • references/site-types/*.md for visual direction and default token choices; use generic.md as the fallback when no specialized type clearly fits
  • references/seo-aeo-geo.md for metadata, schema, FAQ, and local SEO rules
  • references/widgets-and-interactions.md for widgets, filtering, search, pagination, and collection UX
  • references/notion-cms-model.md for the Notion database structure
  • references/deployment-shapes.md for site architecture choices
  • references/hosting-decision.md when choosing where and how to deploy
  • references/openclaw-automation.md when recurring upkeep is needed in OpenClaw

Use the helper scripts when useful:

  • scripts/generate_blueprint.py to generate the default site/CMS/publish blueprint
  • scripts/create_notion_cms.py to create the default Notion CMS under a shared parent page
  • scripts/netlify_zip_deploy.py to deploy a finished site to Netlify with the opinionated zip workflow

When To Use It

Use this skill when the user asks to:

  • recreate, clone, redesign, or migrate a website
  • create or improve a blog or CMS-driven site
  • manage website content in Notion
  • add widgets, filters, searchable listings, or other light interactivity
  • publish changes or set up a low-friction hosting flow
  • run recurring SEO or content-maintenance tasks

Workflow

Default assumptions

Unless the user explicitly says otherwise, assume this stack:

  • plain HTML/CSS/JS or a very light static templating setup
  • Notion as the CMS
  • one shared page shell and one shared token system
  • Netlify as the default host
  • GitHub optional, not required
  • one blog or collection listing pattern with category chips, search, featured items, and pagination

If the user is vague, do not ask them to choose among many architectures. Start from the default stack and only deviate when the site clearly needs it.

1) Understand the site and operating model

Start by identifying:

  • whether the site is new or based on an existing live site
  • the key page types
  • the conversion paths
  • what should be static versus CMS-driven
  • whether the user is solo/non-technical or working with developers

If rebuilding an existing site:

  • extract the route map from sitemap.xml first
  • if no sitemap exists, crawl homepage links up to two levels deep
  • classify URLs as core, blog, collection, embed, utility, external, or skip

2) Choose the implementation shape

Default implementation:

  • plain HTML/CSS/JS for small to medium brochure and editorial sites

Use a lightweight static generator or templating layer when there are:

  • repeated page layouts
  • CMS-backed collections
  • listing pages with tags, categories, or filters
  • shared article or service templates

Avoid unnecessary framework weight when the user mainly needs:

  • easy editing
  • low-friction deployment
  • simple maintenance

If there is no strong reason to do otherwise, keep:

  • one listing template for posts or collection items
  • one detail template for posts or collection items
  • one site settings source from Notion
  • one deployment target

3) Lock the shared system once

Define one shared system before generating pages:

  • design tokens
  • typography
  • nav/footer
  • responsive grid rules
  • card/listing system
  • interaction patterns for filters, search, and widgets

Do not redesign each page from scratch.

4) Build the core site

Generate in this order:

  1. shared shell and tokens
  2. homepage
  3. service/category hub pages
  4. individual detail pages
  5. about/contact/trust pages
  6. blog or collection listing pages
  7. article/detail templates
  8. booking/form wrapper pages
  9. utility pages such as 404

5) Add widgets and interaction deliberately

Use widgets only when they help the user complete a real task.

Examples:

  • booking CTA bars
  • opening hours widgets
  • maps
  • testimonial rails
  • newsletter signup blocks
  • blog/category filters
  • searchable content lists
  • pagination or load-more patterns

When building listings, always account for:

  • filtering
  • empty states
  • no-results states
  • mobile behavior
  • deep-linking or URL-based filter state when useful

Default listing behavior:

  • featured section first when featured items exist
  • category chips directly under the listing intro
  • search input matching title, excerpt, category, and tags
  • pagination at 9 items per page by default
  • URL query params for search and category when the site has more than a trivial number of posts/items
  • reset control whenever filters are active

6) Model content in Notion

Use Notion as the editorial source of truth when the user wants a CMS without a custom admin panel.

Typical Notion databases:

  • Pages
  • Services or Collections
  • Blog Posts
  • Site Settings

Default database names:

  • Pages
  • Collections
  • Blog Posts
  • Site Settings

Keep code responsible for layout and rendering. Keep Notion responsible for content and configuration.

7) Choose live versus rebuild behavior

Use rebuild mode for:

  • homepage sections
  • footer details
  • navigation
  • site settings
  • service pages baked into templates

Use live CMS-backed mode for:

  • blog/article listings
  • article detail pages
  • lightweight collections where server-side fetches are worthwhile

8) Bake in SEO / AEO / GEO

Every page should have:

  • unique title
  • unique meta description
  • canonical URL
  • valid schema
  • clear answer-first content
  • internal-link support to nearby pages and related content

Service and editorial pages should include:

  • FAQ or answer blocks where appropriate
  • local signals when the business is location-aware
  • related-content links to improve crawl paths and usability

9) Validate before handoff or deploy

Run:

python3 scripts/validate_links.py ./site-output original-domain.com
python3 scripts/validate_links.py ./site-output original-domain.com --fix

The site is not complete until it passes with zero errors.

10) Deploy with the lightest workable path

Default hosting recommendation:

  • Netlify for non-technical operators and sites that may later need serverless helpers

Optional:

  • GitHub when the user wants previews, reviews, or collaboration
  • another host when the user already has a strong platform preference

Default deploy workflow:

  1. build or prepare the site locally
  2. validate links and metadata
  3. zip deploy to Netlify
  4. only add GitHub later if collaboration demands it

11) Automate recurring upkeep

Good recurring jobs:

  • broken-link scans
  • metadata checks
  • sitemap refreshes
  • weekly publish queues
  • monthly content health reviews
  • recurring SEO and internal-link audits

If OpenClaw is available, prefer native cron jobs. If not, use another scheduler without changing the content workflow.

Hard Rules

  • Never leave recreated internal pages pointing back to the original domain.
  • Never hardcode secrets into HTML, scripts, or Notion content.
  • Never recreate payment, auth, checkout, or regulated intake flows unless explicitly asked.
  • Never force GitHub on a non-technical solo operator.
  • Never treat hosting as the CMS.
  • Always design listing pages with filtering, empty states, and mobile behavior in mind.
  • Keep the site portable first, then adapt it for the chosen host.
  • Default to the opinionated stack unless the user gives a concrete reason to diverge.

Output Contract

Return:

  1. the site map or content model
  2. what is static versus CMS-driven
  3. the implementation shape and hosting recommendation
  4. the rebuilt or updated pages/components
  5. the widget and interaction behavior
  6. the validation result
  7. any follow-up publish or automation steps

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

94.11%
按下载量换算1,245

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install website-manager 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills