Jamailar / beav-deepseek-harness

목록에 있음

Beav Creator for Xiaohongshu/RED, social-media AI operations, research, copywriting, images and video in DeepSeek Harness|小红书与社媒AI运营

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Jamailar/beav-deepseek-harness

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 05f947a동기화 2026. 8. 18.

Beav Creator

Beav Creator brings Xiaohongshu (RED/RedNote), social-media operations, and creator AI workflows into DeepSeek Harness. Use it for topic and trend research, knowledge management, copywriting, cover and post images, audio, short video, and durable multi-step content production. It exposes Beav workspaces, projects, tasks, approvals, and verified artifacts through Cordis services, Harness tools, background jobs, slash commands, session events, and Web client contributions. It does not use MCP.

Install

Requirements:

  • Beav 2.7.4 or later
  • DeepSeek Harness 0.1.0-rc.6
  • Node.js 22 or later

Install into a Harness profile:

dsh plugin --profile web add beav-creator-dsh

Start that profile, open Settings → Plugins → Beav Creator, and select Connect Beav. Harness opens beav://connect/authorize; Beav starts if needed and shows the requested permissions. After you approve in Beav, the connector completes a five-minute, single-use PKCE exchange and stores the resulting credential under BEAV_CREATOR_TOKEN. No token is copied through the clipboard, URL, browser client, chat, session event, or tool result.

If Beav is not running, an operation that needs it opens beav://open once and performs a bounded health retry. You can override the local endpoint or credential reference in the profile patch:

- update:
    id: beav
    config:
      endpoint: http://127.0.0.1:41700
      tokenRef: BEAV_CREATOR_TOKEN
      autoLaunch: on-demand
      requestTimeoutMs: 30000

Only loopback HTTP endpoints are accepted.

Use

  • Ask naturally: “Use Beav to research a Xiaohongshu topic and turn the latest knowledge in my launch workspace into a post, cover images, and a 60-second video.”
  • Type @beav to select a stable workspace or project reference.
  • Use /beav connect, /beav status, /beav open, /beav workspaces, /beav new, /beav import, or /beav save for direct actions without a model turn.
  • Long-running work appears as a native Harness job and a replayable Beav task card.
  • Completion is accepted only after Beav reports durable artifact read-back verification and each returned artifact can be read back through the Creator Gateway.

Beav retains ownership of AI orchestration, knowledge access, media generation, approvals, billing, persistence, and artifact verification. The connector cannot auto-approve paid or destructive actions.

Trust and privacy

This package runs as trusted local Host code. Pairing exposes only a local approval/status surface before authorization; creator operations still require a revocable client credential. Deep links contain a random request ID and PKCE challenge, never a token or verifier. The connector connects only to Beav on loopback, requests bounded summaries, and never transfers raw media bytes through model tool parameters. The connector source is public so the community can audit the integration. The Beav desktop application, creator runtime, knowledge engine, media pipeline, and commercial services remain proprietary and are not included in this repository or npm package.

This is a community plugin and is not an official DeepSeek product or endorsement.

Development

Clone the official Harness checkout at the pinned compatibility revision beside this repository:

git clone https://github.com/deepseek-ai/deepseek-harness.git ../deepseek-harness
git -C ../deepseek-harness checkout 47f943859bef60e4160492346772ded9b24f765a
pnpm -C ../deepseek-harness install
pnpm -C ../deepseek-harness run build:lib
pnpm install
pnpm check

The published tarball contains prebuilt lib/ files and treats every Harness runtime package as a peer dependency. Users do not run a build or prepare script during plugin installation.

License

MIT. This license applies to the connector only, not to the Beav application or services.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
최신 릴리스
v0.1.2
마지막 업데이트
2026. 8. 16. 오전 10:27

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.