Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

astro-and-zapier-chat

astro-and-zapier-chat에는 alnutile에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
4
Stars
0
업데이트
2026-07-04
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

new-dailyai-post
기술 작가

Create and publish a new post on the DailyAi blog (this Astro repo at chat.dailyai.studio). Use this whenever Alfred wants to add, write, draft, or publish a post, article, or journal entry here — including "turn this into a post," "write up X for the blog," "new journal entry," or pasting content he wants posted. Handles the frontmatter schema, slug + image conventions, his writing voice, the don't-disparage-sponsors rule, a build check, and the commit/deploy (which also refreshes the chatbot's knowledge base). Trigger this even if he doesn't say "blog" — if he's clearly producing a post for this site, use it so nothing gets skipped.

2026-07-04
illustrated-post-pipeline
기술 작가

End-to-end pipeline for turning a finished article into a fully illustrated, published post on the DailyAi blog. Use this whenever Alfred has an article (a draft, a markdown file, or pasted text) and wants images generated AND the post shipped to the site — "illustrate this and publish it," "generate the images and push to the blog," "make the diorama images and post it," or any time both image generation and CMS publishing are needed in one go. This wraps two things: (1) generating images with the Higgsfield MCP in Alfred's miniature diorama style, and (2) the existing `new-dailyai-post` publish flow (frontmatter, image folders, build check, commit/deploy). If only publishing is needed with Alfred supplying his own cover, use `new-dailyai-post` instead.

2026-06-28
site-geo-optimization
소프트웨어 개발자

Make a website discoverable and citable by AI answer engines (ChatGPT, Perplexity, Claude, Google AI overviews) — i.e. GEO / generative engine optimization, the AI-era cousin of SEO. Use this whenever someone wants their site, blog, or docs to show up in AI answers, asks about llms.txt, "getting cited by ChatGPT", AI SEO, structured data for LLMs, or wants to audit/score how AI-ready their site is. Trigger it even if they just say "I want AI to find my site" or "why doesn't ChatGPT know about my blog". Covers the concrete signals (llms.txt, AI-crawler robots, author identity, schema, FAQ markup), how to score a site, the correctness rules that avoid penalties, and how to prompt an AI to do the work.

2026-06-09
secure-site-chat
소프트웨어 개발자

Add an AI chat/chatbot to a website WITHOUT it getting abused or running up a surprise bill. Use this whenever someone wants to put a chat widget on their site, replace an embedded third-party chatbot (Zapier, Intercom, a vendor widget) with something they control, build a "chat with my blog/docs" feature, or wire a site up to OpenAI/an LLM from the browser. Trigger this even when the person doesn't say "secure" — any time an LLM key would otherwise end up reachable from a public page, this is the pattern to reach for. Covers the architecture (static site → edge worker → LLM), the guardrails that stop abuse (origin lock, bot check, rate limits, hard spend cap), a no-RAG knowledge base built from the site's own content, and how to prompt an AI to build the whole thing for you.

2026-06-09