$F=(y-z,z-x,x-y)$ $S$ be the portion of surface defined by $x^2+y^2+z^2=1$ and $x+y+z\ge 1$. We want to evaluate $\int_S curl(F)\cdot dS$.
I have found $curl(F)=(-2,-2,-2)$ and the normal vector of $S$ is $(x,y,z)$. Thus the integral becomes $\int_S -2(x+y+z) dS$. However, if I use the polar coordinate of $S$, then the boundary of $\phi$ and $\theta$ is a big problem.
I still consider using Stoke's Theorem. It then should be $\int_A F\cdot dr$ where $A$ is the circle defined by the unit ball and the plane $x+y+z=1$. However I can not find a way to paramettrize this circle. That is a big problem.
Here is a rather direct computation. Let $(P),(S),(C)$ denote resp. the plane, the sphere and the circle. Let $R$ be the radius of $(C).$
Let $H$ denote the projection of origin point $O$ onto $(P)$. Its coordinates are $(1/3,1/3,1/3)$.
Let $A(1,0,0) \in (P)\cap(S)$. Pythagoras theorem applied to right triangle OHA gives $(3/9)+R^2=1$: hence $R=\sqrt{\dfrac23}$.
Let us now consider operation:
$$\tag{1}\underbrace{\begin{pmatrix}x\\y\\z\end{pmatrix}}_{(C)}=\underbrace{\begin{pmatrix}-a&b&c\\-a&-b&c\\2a&0&c\end{pmatrix}}_{R}\underbrace{\begin{pmatrix}R\cos{t}\\R\sin{t}\\c\end{pmatrix}}_{(\Gamma)}$$
$$\iff \ \ \begin{cases}x&=&-aR \cos t +bR \sin t+1/3\\y&=&-aR \cos t-bR \sin t + 1/3\\z&=& \ 2aR \cos t+1/3\end{cases}$$
where $a:=1/\sqrt{6}, b:=1/\sqrt{2}, c:=1/\sqrt{3}$.
Explanation: we ''prepare'' a horizontal circle $(\Gamma)$ with center in $(0,0,c)$, with the same radius $R$ as circle $(C);$ then circle $(\Gamma)$, by rotation $R$ is placed onto circle $(C)$.
I will not explain how this matrix has been obtained: without being difficult, it would take a too long time; I advise instead to do a quick verification that it is the rotation matrix that ''does the job it is intended for'', in particular that the $z$ axis comes onto the axis defined by $OH$.
Now, the final computation is, with expressions given in (1):
$$\int_0^{2 \pi}((y(t)-z(t))x'(t)+(z(t)-x(t))y'(t)+(x(t)-y(t))z'(t))dt=-4 \pi/\sqrt{3}.$$
as desired.