verify

โดย anthropic

สร้างและรันเดโม่ copilot-kit-ag-ui เพื่อตรวจสอบการเปลี่ยนแปลงแบบ end-to-end

npx skills add https://github.com/anthropics/claude-quickstarts --skill verify

Verifying changes to this demo

Build and drive the real server. npm run typecheck is CI's job, not evidence.

Without Anthropic credentials or provisioned agents

The server boots and serves everything except a live agent turn with stub IDs:

npm install && npm run build
ANTHROPIC_API_KEY=sk-ant-test ANTHROPIC_ENVIRONMENT_ID=env_x \
  ANTHROPIC_AGENT_ID=agent_x ANTHROPIC_AGENT_VERSION=1 PORT=8799 npm start

Probes that exercise the wiring:

  • GET :8799/ returns the built web/dist/index.html (there is no SPA catch-all, so unknown paths 404).
  • GET :8799/api/copilotkit/info lists the registered agents, confirming agent id and class registration without an API call.
  • POST :8799/api/copilotkit/agent/financial-assistant/run with an AG-UI body ({"threadId":"t1","runId":"r1","messages":[{"id":"m1","role":"user","content":"hi"}],"state":{},"tools":[],"context":[],"forwardedProps":{}}) reaches the AG-UI adapter and fails with a 401 from Anthropic. That 401 in the SSE RUN_ERROR proves the full route-to-SDK path.
  • CORS: send OPTIONS with an Origin header. With ALLOWED_ORIGINS set, allowed origins get Access-Control-Allow-Origin echoed and others get none.
  • VITE_COPILOT_RUNTIME_URL=... npm run build then grep web/dist/assets for the URL to confirm build-time baking.

With real credentials

npm run setup once, npm run dev, open http://localhost:5173, send a prompt that triggers a visual tool ("show me a growth projection for $500/month at 7%") and confirm the chart renders inline.

Gotchas

  • Boot requires agent identity: either agent-ids.json (from npm run setup) or the three ANTHROPIC_* ID env vars. Missing both is a deliberate boot failure.
  • Static serving only activates when web/dist exists, so run npm run build before npm start probes.

Skills เพิ่มเติมจาก anthropic

analyzing-financial-statements
anthropic
ทักษะนี้คำนวณอัตราส่วนทางการเงินและตัวชี้วัดสำคัญจากข้อมูลงบการเงินเพื่อการวิเคราะห์การลงทุน
applying-brand-guidelines
anthropic
ทักษะนี้ใช้การสร้างแบรนด์และสไตล์องค์กรที่สอดคล้องกันกับเอกสารที่สร้างขึ้นทั้งหมด รวมถึงสี แบบอักษร เค้าโครง และข้อความ
creating-financial-models
anthropic
ทักษะนี้มีชุดเครื่องมือสร้างแบบจำลองทางการเงินขั้นสูง พร้อมการวิเคราะห์ DCF การทดสอบความไว การจำลองแบบมอนติคาร์โล และการวางแผนสถานการณ์สำหรับการลงทุน…
board-minutes
anthropic
ร่างรายงานการประชุมคณะกรรมการหรือคณะอนุกรรมการในรูปแบบขององค์กรของคุณ ตรวจจับการประชุมคณะกรรมการและคณะอนุกรรมการที่กำลังจะมาถึงจากปฏิทินของคุณโดยอัตโนมัติ สอบถามวาระการประชุมและ…
crm-cleanup
anthropic
สแกน HubSpot เพื่อหาดีลที่ค้างอยู่ คอนแทคที่ซ้ำกัน และฟิลด์ที่ขาดหาย จากนั้นแก้ไขตามที่เจ้าของอนุมัติ รองรับอาร์กิวเมนต์ขอบเขตแบบเลือกได้สำหรับดีล คอนแทค…
redshift-api
anthropic
รัน SQL กับ Amazon Redshift — ส่งคำสั่ง ตรวจสอบสถานะ เรียกดูผลลัพธ์แบบแบ่งหน้า และเรียกดูฐานข้อมูล/สคีมา/ตาราง ใช้สิ่งนี้เมื่อผู้ใช้ต้องการ…
ticket-deflector
anthropic
อ่านอีเมลหรือตั๋วของลูกค้าที่ถูกส่งต่อ ดึงสถานะคำสั่งซื้อ/การคืนเงินจาก PayPal และประวัติบัญชีจาก HubSpot ร่างคำตอบที่ปรับโทนเสียงให้ตรงกับเจ้าของ...
reg-feed-watcher
anthropic
ตรวจสอบฟีดข้อบังคับตอนนี้และรายงานสิ่งใหม่ตั้งแต่การตรวจสอบครั้งล่าสุด โดยกรองตามเกณฑ์ความสำคัญที่คุณกำหนด ใช้เมื่อผู้ใช้พูดว่า "ตรวจสอบฟีด"…